pretzelhammer / rust-blog

Educational blog posts for Rust beginners
Apache License 2.0
7.53k stars 396 forks source link

Update restful-api-in-sync-and-async-rust.md #47

Closed pompomsw closed 3 years ago

pompomsw commented 3 years ago

What a great blog it is! I'm glad to read this blog. As I read through this blog, I noticed one mistake. "serde::Deserialize" is missing for enum Status. So add it!