This repository contains fundamental examples and exercises to assist in learning the Rust programming language.
- Rust: Ensure that the Rust toolchain is installed on your system. You can install Rust using rustup.
git clone https://github.com/badrkacimi/rust-simple-project.git
cd rust-simple-project
cargo build
Copy code
cargo run
src/: Contains the source code for the project. Cargo.toml: Defines the project's dependencies and metadata.
For further learning and exploration of Rust, consider the following resources:
The Rust Programming Language Book: Comprehensive guide to Rust. Rust By Example: Collection of runnable examples illustrating various Rust concepts. Rustlings: Small exercises to get you used to reading and writing Rust code.
Contributions are welcome! Please fork this repository and submit a pull request for any enhancements or bug fixes.