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
- Host: GitHub
- URL: https://github.com/bewaremypower/rust-lab
- Owner: BewareMyPower
- License: other
- Created: 2021-02-16T14:30:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T05:50:33.000Z (7 months ago)
- Last Synced: 2025-11-04T07:04:46.987Z (7 months ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.