Cargo Features

[dependencies]
bitutils = { version = "3.0.1", default-features = false, features = ["use_std"] }
default = use_std

The use_std feature is set by default whenever bitutils is added without default-features = false somewhere in the dependency tree.

use_std default

Enables use_std of bf-impl

Bitutils has 2 features without comments.