dade 0.2.0

dade is data definition for Rust structures.
Documentation
1
2
3
4
use dade::model;
#[model]
struct TestModel;
fn main() {}