add serde2 json deserializing to the benchmark

This commit is contained in:
Erick Tryzelaar
2014-12-05 22:19:30 -08:00
parent 38dc9aaf72
commit f6434fcf77
6 changed files with 488 additions and 289 deletions
+3
View File
@@ -2,5 +2,8 @@ pub use self::ser::Writer;
pub use self::ser::{to_vec, to_string};
pub use self::ser::escape_str;
pub use self::de::from_str;
pub mod ser;
pub mod de;
pub mod error;