Cargo Features

[dependencies]
gawires-diff = { version = "1.0.0", default-features = false, features = ["enc", "instructions"] }
default = enc

The enc feature is set by default whenever gawires-diff is added without default-features = false somewhere in the dependency tree.

enc default = byteorder, integer-encoding

Affects gawires-diff::enc, gawires-diff::simple_diff, gawires-diff::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