schema_oxidation 0.1.0

Produce Rust data structures from JSON schemas.
Documentation
1
2
3
4
5
6
schema_oxidation::generate_from_file!(schema: "tests/test-01.json");

#[test]
fn test_root_equal() {
    let _s: schema::SchemaRoot = "abc".to_string();
}