An open API service indexing awesome lists of open source software.

https://github.com/bewaremypower/rust-lab

Experimental projects when I study Rust
https://github.com/bewaremypower/rust-lab

Last synced: 5 days ago
JSON representation

Experimental projects when I study Rust

Awesome Lists containing this project

README

          

# rust-lab

The experimental projects when I study [Rust](https://www.rust-lang.org).

## Books

- ["the book"](https://doc.rust-lang.org/book/title-page.html)

## Projects

- [minigrep](./minigrep): The example project from *the book* chaptor 12: An I/O Project: Building a Command Line Program.
- [webserver](./web-server): The web server example based on the example project from *the book* chaptor 21: Final Project: Building a Multithreaded Web Server.