Skip to content

saltukalakus/idiomatic-rust-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust is known to have a steep learning curve. This guide aims to help you learn idiomatic usage of the language with minimalistic samples to get you off the ground quickly.

The snippets cover a variety of use cases from the simplest ones to advanced features of Rust.

This project aims to be the number one documentation for backend development with Rust.

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

Releases

No releases published

Packages

No packages published