Cargo Features
[dependencies]
fugue-radare = { version = "0.2.4", default-features = false, features = ["bigint", "fixed-u64", "fixed-u128"] }
- default = bigint
-
The
bigint
feature is set by default wheneverfugue-radare
is added without
somewhere in the dependency tree.default-features = false - bigint default
- fixed-u64
- fixed-u128
-
Enables fixed-u128 of fugue-db
fugue-radare has 4 features without comments.