Anyone got experience using actix web vs rocket? My rough impression is that actix is focused more on performance, rocket on stability and developer ergonomics?
To me, rocket seems much more "batteries included" than actix, which requires you to look around or build your own things if you want to build a bigger app. I'm thinking about authentication, templates, etc.
I'm not really a web dev, though, so I may be wrong, or missing something.
I'm not really a web dev, though, so I may be wrong, or missing something.