Cargo Features

[dependencies]
yaxpeax-arm = { version = "0.2.5", default-features = false, features = ["std", "use-serde"] }
default = std, use-serde

These default features are set whenever yaxpeax-arm is added without default-features = false somewhere in the dependency tree.

std default

opt-in for std-related Error impl - necessary to ?-unwrap DecodeError.

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::Address

Affects 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.

serde use-serde
serde_derive use-serde