Cargo Features
[dependencies]
bidiff = { version = "1.0.0", default-features = false, features = ["enc", "instructions"] }
- default = enc
-
The
enc
feature is set by default wheneverbidiff
is added without
somewhere in the dependency tree.default-features = false - enc default = byteorder, integer-encoding
-
Affects
bidiff::enc
,bidiff::simple_diff
,bidiff::simple_diff_with_params
… - instructions
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.
- byteorder enc
-
Enables byteorder
for enc
- integer-encoding enc
-
Enables integer-encoding ^2.0.0