|
|
|
|
|
by Cyph0n
2177 days ago
|
|
Just to add to other comments: Cargo feature flags are another reason why you need to build your dependencies. Of course, if Cargo supported pre-compiled dependencies, I am guessing that it would be smart enough to only recompile the dependencies that are using non-default features. |
|