You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously the most well known Reflection APIs are going to be the Java-like runtime APIs or Python-style dynamic behavior. However, this crate would like to do as much as possible at compile time.
Rust
8BitMate/reflect - Implement procedural macros using compiler time reflection (originally by dontolay)
This is incredibly awesome, although it's a little different than what we want to do (it is for implementing proc macros)
I almost don't trust it because it's so revolutionary
Obviously the most well known Reflection APIs are going to be the Java-like runtime APIs or Python-style dynamic behavior. However, this crate would like to do as much as possible at compile time.
Rust
C++
Java
The text was updated successfully, but these errors were encountered: