schemars/schemars_derive/src
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
..
lib.rs Reduce memory footprint of SchemaObject. 2019-10-13 20:42:29 +01:00
preprocess.rs Update syn/quote/proc-macro2 to 1.0 2019-10-12 12:56:51 +01:00