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 whenever bondrewd is added without default-features = false somewhere in the dependency tree.

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.

bondrewd-derive derive? hex_fns? slice_fns?