Open valadaptive opened 9 months ago
The Cargo reference recommends that features be additive, which means that enabling a feature doesn't disable any functionality. As such, they recommend an opt-out std feature instead of an opt-in no_std feature.
std
no_std
The Cargo reference recommends that features be additive, which means that enabling a feature doesn't disable any functionality. As such, they recommend an opt-out
std
feature instead of an opt-inno_std
feature.