After reading this page , it says that you need to disable all the default values โโin order to override them.
With the exception of the default function, all functions are an option. To discard the default function, use default-features = false and individual cherry functions.
Other embedded systems that I used (CMake, SCons, Autotools, Jam) allow you to change one default value.
Is this possible with Cargo?
This is useful because in most cases I want to use the default settings with minor adjustments. It is also important for me that in the future, new functions that, according to developers, should be enabled by default, are not disabled in my assembly, because I decided to configure an unrelated function.
Edit: An open problem with this feature .
source share