diff options
| author | liv <mokou@fastmail.com> | 2023-11-07 10:12:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 10:12:55 +0100 |
| commit | a13c7b0ae3b58c2dfee920b9c881e1d89f2398ac (patch) | |
| tree | 9c6f2a71a34dc3e1f222b7157e03ee86138f0a3b | |
| parent | 7e12aaa24a45196cc74644535a67ba30e4762540 (diff) | |
| parent | dad22169849a4d16d6a74c69a45017dab07677ff (diff) | |
Merge pull request #1760 from sarupbanskota/patch-3
Add CodeCrafters to `Continuing On`
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ Run the command `rustlings lsp` which will generate a `rust-project.json` at the Once you've completed Rustlings, put your new knowledge to good use! Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to. +On [CodeCrafters](https://codecrafters.io/rust) you can get some quality practice through recreating different technologies from scratch in Rust (e.g Build your own BitTorrent, HTTP Server, SQLite, etc). + ## Uninstalling Rustlings If you want to remove Rustlings from your system, there are two steps. First, you'll need to remove the exercises folder that the install script created |
