https://github.com/jd-apprentice/introduction_to_rust
🍎 Brief introduction to rust programming language - thought documentation
https://github.com/jd-apprentice/introduction_to_rust
rust shell
Last synced: 7 months ago
JSON representation
🍎 Brief introduction to rust programming language - thought documentation
- Host: GitHub
- URL: https://github.com/jd-apprentice/introduction_to_rust
- Owner: jd-apprentice
- License: mit
- Created: 2023-02-21T19:06:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T04:24:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T11:34:43.487Z (11 months ago)
- Topics: rust, shell
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍎 Rust

## 🧰 Utils
There is a simple script to create a new topic and add a readme about it, along with the section in the general readme
```bash
chmod +x ./new_topic.sh
./new_topic.sh
```
This will ask you about the topic and execute a cargo new with that prompt, then it will add a readme with an H1 about that topic.
## 📔 Topics
- [Comments](./comments/README.md)
- [Variables](./variables/README.md)
- [Shadowing](./shadowing/README.md)
- [Debug](./debug/README.md)
- [Literals and Operators](./literals_and_operators/README.md)