Cargo Features

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

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

bigint default

Enables bigint of fugue-db

fixed-u64

Enables fixed-u64 of fugue-db

fixed-u128

Enables fixed-u128 of fugue-db

fugue-radare has 4 features without comments.