• @nivenkos@lemmy.ml
    link
    fedilink
    62 years ago

    I’d recommend reading The Rust Programming Language official book and Rust By Example.

    Then when you get more time Learn Rust With Entirely Too Many Linked Lists to get used to some of the trickier parts of the borrow checker.

    • @Monad
      link
      12 years ago

      To add another fantastic free book: https://highassurance.rs/

      It’s still being written but introduces a wide array of topics alongside Rust.