An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🍎 Rust

![WP](https://getwallpapers.com/wallpaper/full/a/e/6/1374337-lang-wallpaper-1920x1080-for-iphone-6.jpg)

## 🧰 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)