https://github.com/jminjares4/rust-language-codes
This repository will contain various example code that I will be developing as I learn Rust!
https://github.com/jminjares4/rust-language-codes
Last synced: 3 months ago
JSON representation
This repository will contain various example code that I will be developing as I learn Rust!
- Host: GitHub
- URL: https://github.com/jminjares4/rust-language-codes
- Owner: jminjares4
- Created: 2021-12-14T00:06:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T23:48:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T00:49:44.839Z (4 months ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Rust-Language-Codes** 🦀
`Rust` is a modern programming langauge that I have been eager to learn and this repository
will the example problems of [***`The Rust Programing Language Book`***](https://doc.rust-lang.org/book/title-page.html).## **Table of Content**
- [Chapter 1: Getting Started](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%201)
- [Chapter 2: Programming A Guessing Game](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%202)
- [Chapter 3: Common Programming Concepts](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%203)
- [Chapter 4: Understanding Ownership](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%204)
- [Chapter 5: Using Structs to Structure Related Data](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%205)
- [Chapter 6: Enums and Pattern Matching](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%206)
- [Chapter 7: Managing Growing Projects with Packages, Crates, and Modules](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%207)
- [Chapter 8: Common Collections](https://github.com/jminjares4/Rust-Language-Codes/tree/main/Chapter%208)
## **Software Development**
| **Software** | **Environment** |
|:--- | :--- |
|| |~~~rust
fn main(){
println!("Learning Rust is fun!!!");
}
~~~### **Author**
* [***Jesus Minjares***](https://github.com/jminjares4)
* **Master of Science in Computer Engineering**
[](https://www.linkedin.com/in/jesusminjares/) [](https://github.com/jminjares4)#### *Reference*
[](https://doc.rust-lang.org/book/title-page.html)