I’m currently working my way through the Rust book provided on rust-lang.org so that I can one day contribute to this project. Are there any sections I should specifically focus on? Skip?

  • DessalinesA
    link
    113 years ago

    I’ll also say that Lemmy uses very basic rust, and only a few parts of its code are a bit hard to read through, and it’d probably be understandable even for someone with no rust experience.

    The activitypub and diesel code are probably the most difficult spots. But once you read through the rust manual, learning libraries like that isn’t too bad.