This repository contains my personal Rust programming practice code. It serves as a learning ground for exploring the Rust programming language and improving my skills.
The repository is currently organized as follows:
src/
: Source directory containing Rust code filesmain.rs
: The main Rust file where I'm currently practicing
The main goals of this repository are:
- To experiment with Rust syntax and features
- To implement small code snippets and exercises in Rust
- To track my progress in learning Rust
To run the Rust code in this repository:
- Ensure you have Rust installed on your system. If not, visit https://www.rust-lang.org/tools/install for installation instructions.
- Clone this repository to your local machine.
- Navigate to the repository's root directory.
- Use
cargo run
to compile and run the Rust program insrc/main.rs
.
As I continue learning, I may expand this repository to include:
- More Rust files for different practice exercises
- Separate folders for distinct projects or topics
- A
notes/
directory for personal observations about Rust programming
Here are some helpful resources for learning Rust:
This is a personal practice repository, but suggestions and tips are always welcome. Feel free to open an issue if you have any recommendations or spot any mistakes in the code.
This project is open source and available under the MIT License.