|
|
|
|
|
by pjmlp
3336 days ago
|
|
I am still waiting for Cargo to be able to do what we do in our C++ builds, specially in what concerns build time. Lack of support for binary libraries, specially among projects is a big deal breaker. Watching the same dependencies being compiled multiple times isn't fun. Yes, downloading the libraries, placing them in some directory and configuring paths might take some time. But afterwards, C++ builds are quite fast as they just link to the provided libraries, instead of building the world every single time. |
|