Cargo Features

[dependencies]
fugue-db = { version = "0.2.15", default-features = false, features = ["bigint", "fixed-u64", "fixed-u128"] }
default = bigint

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

bigint default

Enables bigint of fugue-ir

fixed-u64

Enables fixed-u64 of fugue-ir

fixed-u128

Enables fixed-u128 of fugue-ir

fugue-db has 4 features without comments.