zsiciarz / 24daysofrust

Code examples accompanying my "24 days of Rust" article series.
https://zsiciarz.github.io/24daysofrust/
MIT License
370 stars 40 forks source link

Switch to `json!` from serde_json instead of json_macros #9

Open zsiciarz opened 7 years ago

zsiciarz commented 7 years ago

It may be worth switching now that serde is so popular. See json!.

zsiciarz commented 7 years ago

Blocked by #10