Cargo Features

[dependencies]
arch-ops = { version = "0.1.1", default-features = false, features = ["all", "x86", "aarch64", "w65", "propeller2", "m6502", "clever", "m68k", "z80", "default-archs", "all-archs"] }
default = default-archs

The default-archs feature is set by default whenever arch-ops is added without default-features = false somewhere in the dependency tree.

all = all-archs, z80
x86 default-archs

Affects arch-ops::x86

arm aarch64 default-archs
w65 default-archs = m6502

Affects arch-ops::w65

riscv propeller propeller2 default-archs
m6502 default-archs w65?

Affects arch-ops::m6502

clever default-archs

Affects arch-ops::clever

m68k default-archs
z80 all?
default-archs default all-archs? = aarch64, arm, clever, m6502, m68k, propeller, propeller2, riscv, w65, x86
all-archs all? = default-archs