ported over to the new std::io, but it's half the speed of std::old_io

This commit is contained in:
Erick Tryzelaar
2015-02-14 10:01:22 -08:00
parent 4dccf8cdec
commit 004a89510e
6 changed files with 278 additions and 267 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ To serialize using `Serialize`:
extern crate serde;
use std::old_io::ByRefWriter;
use std::io::WriteExt;
use serde::json;
use serde::Serialize;