Personally trying to learn more Rust programming, but awesome to see the cadence of their releases. What’s been your experience with Rust development?

  • karce@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    My favorite part of Rust is that if it compiles and passes the borrow checker. Like you said, it’s almost guaranteed to work like you expect it to. Exceptions being potential panics and logic errors.