Cargo Features
[dependencies]
fugue-bv = { version = "0.2.35", default-features = false, features = ["fixed-u64", "fixed-u128", "bigint"] }
- default = bigint
-
The
bigint
feature is set by default wheneverfugue-bv
is added without
somewhere in the dependency tree.default-features = false - fixed-u64
- fixed-u128
- bigint default = rug
-
Affects
fugue-bv::core_bigint
,fugue-bv::core_mixed
…
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.