adar 0.2.0

Collection of architectural tools including flags, state machine, enum and tuple operations.
Documentation
1
2
3
4
5
6
7
8
mod enum_trait_deref;
mod flags;
mod reflect;

#[allow(unused_imports)]
pub use enum_trait_deref::*;
pub use flags::*;
pub use reflect::*;