hello-rust-by-jathn

Crates.iohello-rust-by-jathn
lib.rshello-rust-by-jathn
version0.1.0
sourcesrc
created_at2024-11-10 16:56:37.379348
updated_at2024-11-10 16:56:37.379348
descriptionA Library for learning the ins and outs of rust
homepage
repositoryhttps://github.com/Jathn/hello-rust
max_upload_size
id1443076
size3,870
Jonathan Ramstedt (Jathn)

documentation

README

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!

Commit count: 10

cargo fmt