Add CodeCrafters.io

Adding [CodeCrafters](https://codecrafters.io/for/rust) to the code examples list. It's similar in concept to some of the other projects listed above!
This commit is contained in:
Sarup Banskota 2022-04-01 16:58:58 -07:00 committed by GitHub
parent 6108d9be85
commit 41dbece5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -30,5 +30,11 @@ Tutorial [`https://www.philippflenker.com/hecto/`](https://www.philippflenker.co
[This blog series](https://os.phil-opp.com) creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os).
### 7. CodeCrafters.io: Build your own Git, Docker, SQLite, or Redis
**To be continued...**
On [CodeCrafters](https://codecrafters.io/for/rust), you can recreate your favorite developer tools from scratch. It's a hands-on, minimally-guided approach to master Rust, while appreciating the internals and documentation of popular technology that we use every day.
---
**To be continued...**