json_macros
json_macros copied to clipboard
No more compiler plugin
Let's copy the implementation from serde_json:
https://github.com/serde-rs/json/blob/v0.9.8/json/src/macros.rs
and make it work with rustc-serialize. Then we no longer need an unstable plugin.