statum-macros 0.9.0

Proc macros for representing legal workflow and protocol states explicitly in Rust
Documentation
1
2
3
4
5
mod attr;
mod lookup;

pub(crate) use attr::{ValidatorMachineAttr, resolve_validator_machine_attr};
pub(crate) use lookup::{resolve_machine_metadata, resolve_state_enum_info};