Cargo Features

[dependencies]
disarm64 = { version = "0.1.16", default-features = false, features = ["full", "load_store", "exception", "system"] }
default = full

The full feature is set by default whenever disarm64 is added without default-features = false somewhere in the dependency tree.

full default

Affects disarm64::decoder_full

load_store

Affects disarm64::decoder_load_store

exception

Affects disarm64::decoder_exception

system

Affects disarm64::decoder_system