lbernick

@lbernick

Joined on Aug 22, 2020

  • In this chapter, we'll use asynchronous Rust to modify the Rust book's single-threaded web server to serve requests concurrently. Here's what the code looked like at the end of the lesson: src/main.rs: use std::fs; use std::io::prelude::*; use std::net::TcpListener;
     Like  Bookmark