shapely-derive 1.0.0

Proc macro for deriving the 'Schematic' trait in shapely
Documentation

shapely-derive

crates.io documentation MIT/Apache-2.0 licensed

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.

License

Licensed under either of:

at your option.