6 releases (3 major breaking)
Uses new Rust 2024
3.1.0 | Mar 31, 2025 |
---|---|
3.0.0 | Mar 11, 2025 |
2.0.1 | Mar 11, 2025 |
1.0.0 | Mar 10, 2025 |
0.1.0-alpha.1 | Mar 10, 2025 |
#118 in #reflection
458 downloads per month
Used in 6 crates
(2 directly)
68KB
1.5K
SLoC
shapely-derive
shapely-derive provides procedural macros to derive the Shapely
trait from shapely.
This crate implements the #[derive(Shapely)]
macro which automatically generates runtime reflection code for Rust structs, providing:
- Structure parsing and representation
- Field access and manipulation
- Integration with the shapely runtime reflection system
The implementation uses unsynn for efficient and fast compilation.
Funding
Thanks to Namespace for providing fast GitHub Actions workers:
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~195KB