Port serde2 to std::io, which cuts the speed by 26% :(

This commit is contained in:
Erick Tryzelaar
2015-02-16 18:17:50 -08:00
parent 4e4172ec85
commit 65cfcd03f8
7 changed files with 440 additions and 387 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(core, io, std_misc, unicode)]
#![feature(core, hash, io, std_misc, unicode)]
extern crate unicode;