#learning #following #repository #ground #wsl #ins #outs

app hello-rust-by-jathn

A Library for learning the ins and outs of rust

1 unstable release

new 0.1.0 Nov 10, 2024

#2 in #ground

47 downloads per month

Custom license

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

  1. 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.

  2. Clone this repository:

    git clone https://github.com/yourusername/learning-rust.git
    cd learning-rust
    
    

Happy day to you!

No runtime deps