Cargo Features

[dependencies]
lc3-isa = { version = "0.1.0-alpha0", default-features = false, features = ["no_std", "strict", "nightly-const", "arbitrary"] }
default = no_std

The no_std feature is set by default whenever lc3-isa is added without default-features = false somewhere in the dependency tree.

no_std default
strict
nightly-const

arbitrary = ["arbitrary"] is implict and can't be used with no_std Requires nightly; isn't tested by CI.

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary ^0.4.1

arbitrary:

The trait for generating structured data from unstructured data