Move the benchmarks out of de.rs

This commit is contained in:
Erick Tryzelaar
2014-05-23 20:41:29 -07:00
parent a09694ea5f
commit 79f35c4d48
5 changed files with 1100 additions and 967 deletions
+9
View File
@@ -13,3 +13,12 @@ extern crate serialize;
pub mod de;
//pub mod json;
#[cfg(test)]
pub mod bench_enum;
#[cfg(test)]
pub mod bench_struct;
#[cfg(test)]
pub mod bench_vec;