[go: up one dir, main page]

schemars 0.8.10

Generate JSON Schemas from Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod util;
use util::*;

#[test]
fn uuid08() -> TestResult {
    test_default_generated_schema::<uuid08::Uuid>("uuid")
}

#[test]
fn uuid1() -> TestResult {
    test_default_generated_schema::<uuid1::Uuid>("uuid")
}