Cargo Features
[dependencies]
fugue-ir = { version = "0.2.95", default-features = false, features = ["bigint", "fixed-u64", "fixed-u128", "extra-logging"] }
- default = bigint
-
The
bigint
feature is set by default wheneverfugue-ir
is added without
somewhere in the dependency tree.default-features = false - bigint default
- fixed-u64
- fixed-u128
-
Enables fixed-u128 of fugue-bv
- extra-logging
fugue-ir has 5 features without comments.