Oddbean new post about | logout
 I have some thoughts on async Rust.
https://corrode.dev/blog/async/

Feedback welcome!

#rust #rustlang

https://files.mastodon.social/media_attachments/files/111/058/772/507/110/001/original/78e53c6ba5b3c3c9.jpg 
 @bf55f1f1 "I would like to see more web frameworks that are synchronous by default and allow you to opt into async as needed."

I don't think that this is possible without maintaining two separate codebases/APIs like reqwest does. reqwest is just a client. But maintaining two APIs in parallel for a whole framework?