static-reflect

Crates.iostatic-reflect
lib.rsstatic-reflect
version0.2.0-alpha.8
sourcesrc
created_at2021-04-20 02:26:11.95436
updated_at2024-07-14 01:02:30.793726
descriptionStatic type information, giving a form of compile-time reflection
homepage
repositoryhttps://github.com/DuckLogic/rust-static-reflect
max_upload_size
id386900
size58,573
(Techcable)

documentation

README

rust-static-reflect

Compile-time reflection in rust!

The original use case is type-checking generated code in a JIT compiler (with zero runtime cost). However, other use cases are certainly possible :)

Contributions are welcome! I'd be happy to add more features as long as they align with the general philosophy of compile-time reflection.

Unfortunately, there is very little documentation right now. Hopefully that will change in the future.

Commit count: 43

cargo fmt