make Deserializer pure

This commit is contained in:
Oliver Schneider
2016-07-20 10:26:31 +02:00
parent 89f0ad99a6
commit 36a7bf6244
6 changed files with 293 additions and 120 deletions
+3
View File
@@ -1,3 +1,6 @@
#[macro_use]
extern crate serde;
#[macro_use]
mod macros;