Cargo Features
[dependencies]
base116 = { version = "0.1.8", default-features = false, features = ["std", "alloc", "doc_cfg"] }
- default = std
-
The
std
feature is set by default wheneverbase116
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
decode::decode_to_vec
,encode::encode_to_string
,encode::encode_to_string_with
…Required by the binary
- cli-panic doc_cfg