Cargo Features
[dependencies]
disas = { version = "0.1.3", default-features = false, features = ["parallel", "color", "e2k", "riscv", "x86", "all-arch"] }
- default = all-arch, block-buffering, color, parallel
-
These default features are set whenever
disas
is added without
somewhere in the dependency tree.default-features = false - block-buffering parallel default
- color default
-
Enables owo-colors and supports-color
- e2k all-arch
-
disasm:
architectures
- riscv all-arch
- x86 all-arch
- all-arch default = e2k, riscv, x86
disas has 7 features without comments.