Feel like everyone’s been telling me it’s the best thing since sliced bread. I’m just a hobbyist with like a single big project I’m maintaining but I’m starting to hate the code and idk maybe I should rewrite it in rust. Idk

  • sbv
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    Rust has no runtime but somehow forces you to manage memory well. Idk how.

    You tell the compiler which part of your code is responsible for each chunk of memory. Then the compiler gives you errors when you don’t respect that. Roughly.