protify 0.1.4

A Rust-first protobuf framework to generate packages from rust code, with validation included
Documentation
1
2
3
use crate::validators::builder_internals::*;
use protify_proc_macro::builder_state_macro;
builder_state_macro!(Const, Required, Ignore, In, NotIn, ErrorMessages);