1 unstable release
0.1.0 | Nov 10, 2024 |
---|
#321 in Machine learning
27 downloads per month
3KB
Learning Rust
A repository for learning and experimenting with the Rust programming language. This project contains examples and thinkering to the Rust's fundamentals from the ground and potentially moving to the more interesting aspects like memory handling and concurrency.
To use
-
Install Rust and Cargo by following the instructions at https://www.rust-lang.org/tools/install. a. If on windows: Do concider the WSL option, especially if you are already running it.
-
Clone this repository:
git clone https://github.com/yourusername/learning-rust.git cd learning-rust
Happy day to you!