schema_oxidation 0.1.1

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

// syntax test
fn test_root(s: &schema::SchemaRoot) {}

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