Expand description
Procedural macros for Shape introspection
This crate provides:
#[shape_builtin]attribute macro for function metadata extraction#[derive(ShapeType)]derive macro for type/struct property metadata
Attribute Macros§
- shape_
builtin - Attribute macro for Shape builtin functions.
- shape_
provider - Attribute macro for Shape data providers.
Derive Macros§
- Shape
Type - Derive macro for Shape type metadata.