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

Crates (Libraries)

  • Rayon a data-parallelism library. (threads)
  • Tokio to build reliable network applications. (async)
  • Web frameworks
  • Tauri - Cross-Platform desktop applications with web technologies.
  • Bevy - A game engine.
  • Ratatui - A Rust crate for cooking up Terminal User Interfaces.

Command line tools

  • mdbook - to create books like this.