This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
kvapp is both a personal learning exercise, and also an attempt to give back to the Rust community: https://github.com/jgarzik/kvapp
The goal of kvapp: Whenever a developer has an API microservice to build, they should consider cloning this repo as a starting point.
Most examples and skeletons do not go all the way to providing a production-ready server with integration testing, Dockerfile's, and the 1,000 other details required to take an actix source code example all the way to prod.
Asking: Rustaceans to review this package with an eye towards "what happens if this is the basis for a number of future projects?" in addition to basic correctness and Rust style. Feel free to comment here, file issues or PRs, whatever works.
Thanks in advance! Hopefully any feedback will, ahem, feed back positively into the Rust ecosystem with well-written microservices and API servers.
Post Details
- Posted
- 8 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/rust/commen...