Cargo Features
[dependencies]
fugue = { version = "0.2.8", default-features = false, features = ["bigint", "fixed-u64", "fixed-u128", "extra-logging", "extra-integer-types", "db", "fp"] }
- default = bigint
-
The
bigint
feature is set by default wheneverfugue
is added without
somewhere in the dependency tree.default-features = false - bigint default fp?
- fixed-u64
-
Enables fixed-u64 of fugue-bv, optional fugue-db, and fugue-ir
- fixed-u128
-
Enables fixed-u128 of fugue-bv, optional fugue-db, and fugue-ir
- extra-logging
-
Enables extra-logging of fugue-ir
- extra-integer-types
-
Enables extra-integer-types of fugue-bytes
- db = fugue-db
- fp = bigint, fugue-fp
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.