Cargo Features
[dependencies]
bondrewd = { version = "0.1.14", default-features = false, features = ["std", "derive", "slice_fns", "hex_fns"] }
- default = std
-
The
std
feature is set by default wheneverbondrewd
is added without
somewhere in the dependency tree.default-features = false - std default
- derive = bondrewd-derive
- slice_fns
-
Enables slice_fns of bondrewd-derive
- hex_fns
-
Enables hex_fns of bondrewd-derive
Affects
bondrewd::BitfieldHex
…
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.