Hacker News new | past | comments | ask | show | jobs | submit login
Writing a Microservice in Rust (goldsborough.me)
6 points by Dowwie on Jan 28, 2018 | hide | past | favorite | 3 comments



the repo supporting this example: https://github.com/goldsborough/microservice-rs.git


If the article is meant to walk someone through creating their own microservice, it begins to miss crucial code snippets in the `Accepting POST Requests` section. It doesn't point out that one should go back to the Cargo.toml file and add the `url` and `serde_json` crates (and possibly `serde` and `serde_derive`). Also, it's missing these crates in the point regarding updating the `use` statements. However, if the article is not meant to walk the reader through creating their own, but just to follow along from your git repository, then think about updating the article to have the repo url listed at the beginning. Good article, otherwise.


it's not my article..




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: