@@ -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;
The note is not visible to the blocked user.