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

Sources

  • docs.rs
    • Basic Documentation for all of the crates used
    • Further linking to official websites / GitHub repositories with official examples / code snippets
    • Structs, Enums, Functions, Models & Type Aliases for each crate (if available)
  • GitHub
    • Extensive Documentation about crates
    • Function snippets
    • Implementation Methods
  • Rust's official website
    • Basic Questions about Rust's functionality
    • Further linking to community boards
  • THE Rust Book
    • Basic Introduction to Rust
    • Easy explanations for some more complicated topics of Rust
  • Rust By Example
    • Examples for some crucial features
      • Examples are editable & executable
    • Good "playground"
  • The Cargo Book
    • Guide through Rust's package manager
    • Easy point to access Features, Commands and general infos about cargo
  • Vercel v0
    • Good AI to refactor code to be more efficient
    • Solves errors good when provided with the right info
  • ChatGPT
    • Research about various crates
    • Easy to find websites referencing thing you're looking for