▲ | uecker 4 days ago | |
I do not think package management should be done at the level of programming languages. | ||
▲ | adwn 3 days ago | parent | next [-] | |
Strictly speaking, Cargo isn't part of the Rust programming language itself. Cargo is a layer on top of Rust, and you can use the Rust compiler completely independently of Cargo. I think bazel, for example, can compile and handle dependencies without Cargo. | ||
▲ | simonask 3 days ago | parent | prev [-] | |
I agree, it should be done at the project level - that is, if you care about portability, reproducibility, deployment, etc. |