Crates.io | static-reflect |
lib.rs | static-reflect |
version | 0.2.0-alpha.8 |
source | src |
created_at | 2021-04-20 02:26:11.95436 |
updated_at | 2024-07-14 01:02:30.793726 |
description | Static type information, giving a form of compile-time reflection |
homepage | |
repository | https://github.com/DuckLogic/rust-static-reflect |
max_upload_size | |
id | 386900 |
size | 58,573 |
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.