mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 12:47:56 +00:00
Fix: Utf16 handling moved from std into unicode crate
Following a rust change.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#![feature(macro_rules)]
|
||||
|
||||
extern crate unicode;
|
||||
|
||||
pub use ser::{Serialize, Serializer};
|
||||
//pub use ser::{Visitor, VisitorState};
|
||||
//pub use ser::GatherTokens;
|
||||
|
||||
Reference in New Issue
Block a user