serde/serde_macros
Erick Tryzelaar 5dd53e7ea3 Change ser::{Seq,Map}Visitor to return an optional exact length
This is necessary for formats that serialize the length in the
format stream. Those formats need the exact length, so the
iterator-style size_hint has the wrong semantics.
2015-03-12 19:40:46 -07:00
..
src Change ser::{Seq,Map}Visitor to return an optional exact length 2015-03-12 19:40:46 -07:00
.gitignore Replace serde1 with serde2! 2015-03-08 22:56:33 -07:00
Cargo.toml Remove the unused Serializer::Value associated type 2015-03-11 10:15:27 -07:00