I think I’m going to start learning Rust. Can anyone suggest a good IDE to use?

  • lysdexic@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    So there is fundamentally no difference between cargo and any other contemporary dependency/package manager.

    • dukk@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Well, it is standard.

      That’s probably the biggest thing to consider: you use Rust, you use Cargo. It’s unanimous.

      It’s built right into the language ecosystem, so there’s no divide, and everything’s just easily available to you.