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
  • All examples are also run via cargo test
  • This makes it easier for users to run the examples that are incompatible with the Rust Playground

Source code