I’m a beginner who just started to read the rust book, I find it quite tedious and wonder how long does it take u guys to read it? Also, any suggestion after finishing reading the book?

  • kahnclusions@programming.devM
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    I never went through it “end to end”. I think it’s important to cover the essentials up to ownership, lifetimes, generics, etc, but most of the topics after chapter 10 you can pick and choose as you come across them in real life. The most important is to just start any kind of project and see what questions you come across as you build.