serde/tests
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
..
test_de.rs Replace serde1 with serde2! 2015-03-08 22:56:33 -07:00
test_json_builder.rs Replace serde1 with serde2! 2015-03-08 22:56:33 -07:00
test_json.rs Replace serde1 with serde2! 2015-03-08 22:56:33 -07:00
test_macros.rs Replace serde1 with serde2! 2015-03-08 22:56:33 -07:00
test_ser.rs Change ser::{Seq,Map}Visitor to return an optional exact length 2015-03-12 19:40:46 -07:00