wip: initial progress converting serde2 to associated types

This commit is contained in:
Erick Tryzelaar
2015-01-17 17:30:45 -08:00
parent abc92da944
commit 550ce4406d
4 changed files with 776 additions and 240 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
extern crate unicode;
pub use ser::{Serialize, Serializer};
//pub use ser::{Serialize, Serializer};
//pub use ser::{Visitor, VisitorState};
//pub use ser::GatherTokens;
pub mod ser;
pub mod de;
pub mod json;
//pub mod de;
//pub mod json;