you are viewing a single comment's thread
view the rest of the comments
[–] 14 points 3 years ago (1 child)

If you want to take Cargo away from me, you'll have to pry it from my cold, dead claws. 🦀

  • source
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (1 child)

    I don't think cargo is the problem. it's idiomatic and it's like "build.sh"

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 3 years ago (1 child)

    Cargo fetches dependencies, runs a variety of build tasks, can build a typical Rust project with little or no build scripting, and is configured with a straightforward TOML file. It's not at all like a hand-written shell script. It's also much more pleasant to use than any other build system I've seen, including shell scripts.

  • source
  • parent
  • hideshow 2 child comments