schemars/schemars_derive
Graham Esau c78d721fc5 Further reduce memory footprint of SchemaObject.
More fields are now wrapped in Option<Box<_>>, reducing size of JsonSchema (depending on system) from 424 to 240 bytes.
2019-10-13 22:38:20 +01:00
..
src Further reduce memory footprint of SchemaObject. 2019-10-13 22:38:20 +01:00
.gitignore Allow deriving MakeSchema on simple structs! 2019-08-04 16:44:09 +01:00
Cargo.toml Update syn/quote/proc-macro2 to 1.0 2019-10-12 12:56:51 +01:00