Update readme to serde_derive

This commit is contained in:
David Tolnay
2016-09-29 09:21:01 -07:00
parent 9970084550
commit 3f28a93240
+4 -2
View File
@@ -15,8 +15,10 @@ You may be looking for:
## Serde in action
```rust
#![feature(plugin, custom_derive)]
#![plugin(serde_macros)]
#![feature(rustc_macro)]
#[macro_use]
extern crate serde_derive;
extern crate serde_json;