More cleanup of serde2

This commit is contained in:
Erick Tryzelaar
2014-09-02 07:39:02 -07:00
parent 9fe405319e
commit 8e4684bfef
5 changed files with 139 additions and 38 deletions
+2
View File
@@ -1,3 +1,5 @@
#![feature(macro_rules)]
pub use ser::{Serialize, Serializer};
pub use ser::{Visitor, VisitorState};
pub use ser::GatherTokens;