Having recently built a minimum viable product REST interface in Rust, I can say:

* Specifying the JSON input/output with structs is really nice
* actix_web needs some serious thought put into its automated testing approach

Comments