https://github.com/themoor9/rust-cautious-sniffle
A collection of Rust code examples and some comprehensive cheat sheets. This project aims to provide useful resources for expanding Rust programming knowledge.
https://github.com/themoor9/rust-cautious-sniffle
learn learning-by-doing rust
Last synced: 3 months ago
JSON representation
A collection of Rust code examples and some comprehensive cheat sheets. This project aims to provide useful resources for expanding Rust programming knowledge.
- Host: GitHub
- URL: https://github.com/themoor9/rust-cautious-sniffle
- Owner: theMoor9
- License: apache-2.0
- Created: 2024-07-07T16:07:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T20:24:49.000Z (8 months ago)
- Last Synced: 2025-01-26T06:27:12.294Z (4 months ago)
- Topics: learn, learning-by-doing, rust
- Language: Rust
- Homepage:
- Size: 6.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Rust CheatRepo!
This repository contains a collection of Rust code blocks for learning, along with a few comprehensive Rust cheat sheets. It is designed to help you learn Rust through hands-on practice and easy-to-reference resources.
If, like me, you love challenges and are a seeker of self-tought knowledge, here’s what I suggest:
- **Read the cheat sheets** for an easy and quick way to grasp knowledge. Then, reinforce your memory by rebuilding the cheat sheets as if you were teaching Rust to your little cousin.
- **Do the exercises** to better understand the topics.
- **Read the entire official documentation** to finally solidify your understanding by reading the official documentation and having the chance to correct possible mistakes.My methodical approach to learning has proven to be practically successful. I hope it will be for you too!
At the end you will find .pdf versions of the .md docs.
## Learning Philosophy
I believe that humans can explain things better than an AI can. Why? Because unlike AI, an intelligent human knows what it means not to know something and understands what is needed for a better learning process. This is why knowing how to make a query to an AI is essential and why it is not an immediate task. This is where my cheat sheets come into play. Use AI for further insights.
## Table of Contents
- [Exercises](#exercises)
- [Cheat Sheets](#cheat-sheet)
- [Link to Official Documentation](#documentation)## Cheat Sheets
### File pdf
- [EN](./cheat_sheets/EN/pdf/)
- [IT](./cheat_sheets/IT/pdf/)
- [FR](./cheat_sheets/FR/pdf/)
- [DE](./cheat_sheets/DE/pdf/)You can find the Rust cheat sheets folder [here](./cheat_sheets).
## Documentation
Links of the official documentation can be found [here](./docs/RESOURCES.md).
## Exercises
You can find the exercise comprehensive of comments [here](./code)
## Contributing
Contributions are welcome! If you have any Rust exercises, cheat sheets, or documentation that you'd like to share, please feel free to open a pull request.
## Author
Kenneth Boldrini## License
This repository is licensed. See the [LICENSE](./LICENSE) file for more details.