Updated: Thursday, September 28,2023-09-28 00:54:34

main
Shwetha Jayaraj 2023-09-28 00:54:35 -04:00
parent 8fe27eeaeb
commit bdea8bd79e
1 changed files with 7 additions and 0 deletions

View File

@ -22,3 +22,10 @@ Remember that the best way to learn is just by **doing**! :)
Rust is meant to a systems language aimed to replace C and C++. I have not really played around with it too much myself but the creator of Rust, Graydon Hoare, posts regularly and I think his [blog](https://graydon2.dreamwidth.org/253769.html) and writings are pretty neat.
P.S. The ultimate [cheat](https://github.com/chubin/cheat.sh) sheet does exist right inside your terminal:
```
curl -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh && sudo chmod +x /usr/local/bin/cht.sh
```