7
lorentz
2y

Rust's DX is incredible. I previously published a couple packages to NPM and every step of the way i had to fight with NPM, Webpack, Rollup, Typescript and the mass of third party plugins for all of these that wired them together. Here it's literally just

cargo publish

Comments
  • 5
    cargo is a pleasure to use

    the entire Rust ecosystem is to be fair
  • 7
    Cargo space?
    Car no do that. Car go road.
  • 1
  • 2
    Also rust with cargo is sophisticated enough, that you can solve a lot of problems quite effectively without needing to rely on random packages, as you would do with NPM and js.

    A solid System altogether.
  • 3
    @thebiochemic I feel like that's a curse js devs have brought onto themselves a bit by just pulling anything as a dependency instead of spending 2 minutes implementing it themselves

    I mean for gods sake the is-odd package has over 400k weekly downloads and I'm pretty sure that one was meant as a joke
Add Comment