edn-derive 0.1.0

Edn (De)Serialization derive macros
Documentation
1
2
3
4
5
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/simple.rs");
}