initial work with json

This commit is contained in:
Erick Tryzelaar
2014-05-16 21:21:05 -07:00
parent 9bd5764574
commit 13fd782ac2
3 changed files with 3487 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
#![feature(macro_rules, phase)]
extern crate collections;
// test harness access
#[cfg(test)]
extern crate test;
#[phase(syntax, link)]
extern crate log;
pub mod de;
pub mod json;