statum-macros 0.9.0

Proc macros for representing legal workflow and protocol states explicitly in Rust
Documentation
1
2
3
4
5
6
7
mod context;
mod ra;
mod typestate;

pub(super) use context::{BuilderContext, machine_struct_initialization, variant_payload_type};
pub(super) use ra::rust_analyzer_builder_tokens;
pub(super) use typestate::typestate_builder_tokens;