Hacker News new | ask | show | jobs
by Scarbutt 3267 days ago
Rust doesn't have a stable/mature HTTP implementation/abstraction yet.
2 comments

We push millions of requests daily through Hyper 0.11, which is async and uses tokio. I've had crazy three month uptimes for these systems. Basically they just do their work fast and I don't really need to focus on fixing any problems with them.

And did I tell my test coverage is quite minimal with these projects.

Hyper is pretty darn good and I haven't seen issues with it not being mature.
from hyper's readme:

Be aware that hyper is still actively evolving towards 1.0, and is likely to experience breaking changes before stabilising. You can also see the 1.0 issue milestone.