Cargo Features
Uavcan has no features set by default.
[dependencies]
uavcan = { version = "0.1.0-preview0", features = ["std"] }
- std
-
Enables std of half ^1.0.0 and ux ^0.0.1
ux:
The std feature only toggles whether the Error trait is implemented for error types. Apart from that, this crate works without explicit indication both on std and no_std systems.
Affects
storage::heap_storage
…