Earlier quoted context omitted.
What Rust web libraries/frameworks do you use and recommend? How long does your Rust project take to compile?
> What Rust web libraries/frameworks do you use and recommend? This might not be a satisfying answer for you, but I use my own framework. Its main selling point is that it can be compiled in two modes: during development it has zero dependencies and is blazingly fast to compile (it has its own minimal HTTP implementation, its own minimal executor, etc.), and for production it switches to use production-ready crates w…
Fellow npm-syndrome avoider.