Cargo Features

[dependencies]
disasm-core = { version = "0.5.0", default-features = false, features = ["std", "print", "mnemonic"] }
default = print

The print feature is set by default whenever disasm-core is added without default-features = false somewhere in the dependency tree.

std print
print default = mnemonic, std

Affects disasm-core::printer, disasm-core::symbols

mnemonic print