schemars/schemars_derive
Graham Esau 72629a3c37 Reduce memory footprint of SchemaObject.
Nested validation structs are now wrapped in Option<Box<_>>, reducing size of JsonSchema (depending on system) from 688 to 424 bytes.
2019-10-13 20:42:29 +01:00
..
src Reduce memory footprint of SchemaObject. 2019-10-13 20:42:29 +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