Cargo Features
portal-pc-asm-common has no features set by default.
[dependencies]
portal-pc-asm-common = { version = "0.1.0", features = ["alloc", "enum-map", "exhaust", "serde"] }
- alloc
-
Enables alloc of bitvec, embedded-io, exhaust, and serde
serde:
Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.
Affects
types::Input
… - enum-map
-
Enables enum-map
- exhaust alloc?
-
Enables exhaust
- serde alloc?