serde_macros 0.3.2

Macros to auto-generate implementations for the serde framework
1
2
3
4
5
6
7
fn foo() {
    foo();
}

fn main() {
    foo()
}