Learning Async Rust With Entirely Too Many Web Servers The source code for Learning Async Rust With Entirely Too Many Web Servers. Every iteration of the web server is a standalone binary in the src/bin folder. A Simple Web Server A Multithreaded Server A Non-Blocking Server A Multiplexed Server An Async Server A Functional Server A Graceful Server A Tokio Server