Cargo Features

[dependencies]
bin-utils = { version = "0.2.5", default-features = false, features = ["non_fixed", "numeric_rw", "capped"] }
default = capped, non_fixed, numeric_rw

These default features are set whenever bin-utils is added without default-features = false somewhere in the dependency tree.

non_fixed default

Affects bin-utils::Write, bin-utils::WriteCtx

numeric_rw default
capped default = heapless

Affects bin-utils::WriteCapped, bin-utils::WriteCappedCtx

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

heapless capped

Enables heapless ^0.7.16