The answer wasn't "yes" until the last year or two.
I would not use Rust for a website, since its ecosystem is immature. Ie, things that many websites used require wheel-reinvention or stringing together libs. (Auth, admin, email, templating etc). And there's no high-level ORM, so managing changes to the DB is a pain, which leads to inertia. This isn't a spear at Rust's capability for use on a server; it doesn't have the ecosystem at this time. I don't know if it will in the future.
Super cool product.
- Axum https://github.com/tokio-rs/axum (what I'm currently using in production)
- Hyper https://github.com/hyperium/hyper
Positive experiences mostly. If it builds, it'll usually run with no issues. Ecosystem is mature enough for large production apps.
I’m not one of the developers, but I am looking at using it for work.