Add some basic docs

This commit is contained in:
Erick Tryzelaar
2015-03-31 22:33:18 -07:00
parent 55eb390778
commit dcf7037792
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//! Generic deserialization framework.
use std::str;
pub mod impls;