Crate nami_derive

Crate nami_derive 

Source
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 Project trait on structs.