df-derive-macros 0.3.0

Procedural derive macro implementation for df-derive.
Documentation
1
2
3
4
5
6
7
8
9
mod binary;
mod leaf;
mod tuple;
mod validation;

pub use binary::*;
pub use leaf::*;
pub use tuple::*;
pub use validation::*;