buildbench has support for building crates with default features disabled, but often crates are using this to support no_std so it's not representative of a minimal std build.
To support this it would be necessary to define the mininal feature set for creates when default features are disabled.
buildbench
has support for building crates with default features disabled, but often crates are using this to support no_std so it's not representative of a minimal std build.To support this it would be necessary to define the mininal feature set for creates when default features are disabled.