Cargo Features
[dependencies]
yaxpeax-arm = { version = "0.3.0", default-features = false, features = ["std", "use-serde"] }
- default = std, use-serde
-
These default features are set whenever
yaxpeax-arm
is added without
somewhere in the dependency tree.default-features = false - std default
-
opt-in for std-related Error impl - necessary to
?
-unwrapDecodeError
.Enables std of yaxpeax-arch
- use-serde default = serde, serde_derive
-
Enables use-serde of yaxpeax-arch
yaxpeax-arch:
enables the (optional) use of Serde for bounds on
Arch and Arch::AddressAffects
a64::ARMv8
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.