Hacker News new | ask | show | jobs
by chewbacha 2947 days ago
I recently ported a very small micro service from Rocket to Actix and found the migration to be painless. In fact, it's use of types and inferencing along with integration with Serde made it very easy. It also worked on stable-rust and can work with connection pooling against postgres. This makes it a winner in my mind.

I'm excited to use it again in my next service.

1 comments

What motivated you to move away from Rocket (just curious, I've only used Iron)?
Honestly, it was not being able to target stable that prompted the switch. Then after using actix I was impressed.