jsonforge 0.1.0

A Rust procedural macro for generating JSON schema validators from Rust types
Documentation
1
2
3
4
5
6
#[cfg(feature = "embedded")]
pub mod embedded;
pub mod runtime;
pub mod types;
pub mod user_defined;
pub mod util;