Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

A journey with Rust by side roads

This is the companion book for the Rust Language Code Gallery covering a variety of fields and programming styles

Image

Acknowledgement

This book use the same organization of this rust-cookbook fork, as a consequence :

  • All examples are runnable via cargo run --example

This makes it easier for users to run the examples that are incompatible with the Rust Playground

  • All examples are testable via cargo test
  • All examples are checkable with clippy via cargo clippy --all-targets

Source code