Cargo Features

[dependencies]
fugue-ir = { version = "0.2.92", default-features = false, features = ["bigint", "fixed-u64", "fixed-u128", "extra-logging"] }
default = bigint

The bigint feature is set by default whenever fugue-ir is added without default-features = false somewhere in the dependency tree.

bigint default

Enables bigint of fugue-bv

fixed-u64

Enables fixed-u64 of fugue-bv

fixed-u128

Enables fixed-u128 of fugue-bv

extra-logging

fugue-ir has 5 features without comments.