Initial version of serialization.

This commit is contained in:
Erick Tryzelaar
2014-06-08 15:17:18 -07:00
parent 485a484ab6
commit ee3dee8893
2 changed files with 575 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ extern crate debug;
extern crate serialize;
pub mod de;
pub mod ser;
pub mod json;
//#[cfg(test)]