|
|
|
|
|
by uecker
656 days ago
|
|
C has no dependency management. There are various other package management you can use with C though. I am quite happy with my Linux distribution package manager. But I have to say it clearly: cargo is a supply chain disaster and ever changing dependencies are major problem for Rust. Rust programs having many dependencies if not a good thing. |
|