moxy-derive 0.0.4

derive macros for moxy crate
Documentation
1
2
3
4
5
6
7
8
9
mod arg;
mod attr;
mod field;
mod util;

pub use arg::*;
pub use attr::*;
pub use field::*;
pub use util::*;