adar 0.3.0

Adar is a collection of architectural tools including flags, state machine, enum and tuple operations & more.
Documentation
1
2
3
4
5
6
7
mod state_machine;
#[cfg(feature = "alloc")]
mod state_machine_async;

pub use state_machine::*;
#[cfg(feature = "alloc")]
pub use state_machine_async::*;