DEV Community

Discussion on: Oops, I Did It Again...I Made A Rust Web API And It Was Not That Difficult

Collapse
 
kmack profile image
k-mack

Excellent post! Even though you've demonstrated how using a web framework isn't always necessary, a fun follow-up post would be to show how to write this same application on top of warp (since it is also built on hyper).

Collapse
 
deciduously profile image
Ben Lovy

That's a good idea! I quite like Tokio's axum too.