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 wheneverlc3-isa
is added without
somewhere in the dependency tree.default-features = false - 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