Expand description
This crate provides the #[define_microcode]
attribute macro which automatically
generates the Microcode
type from a module containing the microcode’s operations as
pure functions.
Attribute Macros
- Generates the
Microcode
type from a Rust module. The module that this attribute macro is placed on must be defined in-line not in a separate file. The attribute macro takes a single argument, which is the name to use for theMicrocode
type.