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.
git clone https://github.com/saltukalakus/idiomatic-rust-snippets
cd idiomatic-rust-snippets
cargo install mdbook
mdbook build
mdbook serve