Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 279 Bytes

Rust Book Projects

small projects from the Rust book that taught me the basics of Rust programming language.

Link to book here https://doc.rust-lang.org/stable/book/

These include

  • a small guessing game
  • simple grep for files
  • a multithreaded server using threadpools