Skip to content

saltukalakus/idiomatic-rust-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust is known to have a steep learning curve. This book does not intend to explain every aspect of Rust; however, you may find it useful while learning Rust.

I am expanding it as I use and learn this awesome language. It is my memory map and grows organically.

Please like, share, and contribute. All pull requests are welcome.

How to run the project locally.

git clone https://github.com/saltukalakus/idiomatic-rust-snippets
cd idiomatic-rust-snippets
cargo install mdbook
mdbook build
mdbook serve