serde/serde2
Erick Tryzelaar e7ce710da5 Fix parsing json into optional types
Does not yet handle parsing missing values as `None` yet though.
Closes #25.
2015-03-04 09:45:11 -08:00
..
benches Fix tests, make Deserializer::visit take a value not a reference 2015-03-03 11:09:09 -08:00
serde2_macros Initial switch to syntax_ast_builder 2015-03-04 07:07:04 -08:00
src Fix parsing json into optional types 2015-03-04 09:45:11 -08:00
tests Fix parsing json into optional types 2015-03-04 09:45:11 -08:00
.gitignore Ignore the Cargo.lock file 2014-09-06 20:42:49 -07:00
Cargo.toml Fix #[derive_serialize] for enums 2015-02-19 08:35:42 -08:00