Cargo Features
Iotzio has no features set by default.
[dependencies]
iotzio = { version = "0.1.0", features = ["embedded-hal"] }
- default
-
These default features are set whenever
iotzio
is added without
somewhere in the dependency tree.default-features = false Enables static_assertions, async-oneshot and async-std, futures-concurrency and hidparser, std of derive_more, use-std of postcard, std of serde, std of thiserror-no-std
- embedded-hal
-
Enables static_assertions, async-oneshot and async-std, embedded-hal, embedded-hal-async, futures-concurrency, and hidparser, std of derive_more, use-std of postcard, std of thiserror-no-std and std of serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
service::transaction
…