Expand description
This crate provides the derive macro for the nami crate.
It includes the Project derive macro and the s! procedural macro.
Macros§
- s
- Function-like procedural macro for creating formatted string signals with automatic variable capture.
Derive Macros§
- Project
- Derive macro for implementing the
Projecttrait on structs.