Cargo Features
[dependencies]
yaxpeax-m16c = { version = "0.1.0", default-features = false, features = ["std", "use-serde", "serde_json"] }
- default = std, use-serde
-
These default features are set whenever
yaxpeax-m16c
is added without
somewhere in the dependency tree.default-features = false - std default
-
opt-in for some apis that are really much nicer with String
- use-serde default = serde, serde_derive
-
Enables use-serde of yaxpeax-arch ^0.2.2
yaxpeax-arch:
enables the (optional) use of Serde for bounds on
Arch and Arch::Address
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_json implicit feature
-
Enables serde_json
serde_json:
A JSON serialization file format
- serde_derive use-serde