nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Remove warning about Rocket's unstable async support #118

Closed senekor closed 1 week ago

senekor commented 2 months ago

Rocket has since had a stable release of 0.5 with async support.

I'm happy to discuss & iterate on the phrasing, I just think it's important to update the factual info.

We could consider adding something about Rocket's batteries-included approach, because I think that's the main reason people choose it over axum or actix-web. Excellent API & solid implementation are things that apply to axum & actix-web as well, so from this text the only difference seems to be the questionable maintenance status.