mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 04:37:56 +00:00
ported over to the new std::io, but it's half the speed of std::old_io
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user