Cargo Features
Radio has no features set by default.
[dependencies]
radio = { version = "0.12.1", features = ["std", "nonblocking", "helpers", "mock", "defmt", "async-std", "thiserror"] }
- std helpers?
- nonblocking
-
Affects
radio::nonblocking
… - helpers = byteorder, clap, humantime, libc, pcap-file, rolling-stats, std
-
Affects
radio::helpers
… - mock = embedded-hal-mock
-
Affects
radio::mock
…
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.
- embedded-hal-mock mock?
-
Enables embedded-hal-mock ^0.10.0
- defmt implicit feature
- humantime helpers?
- pcap-file helpers?
-
Enables pcap-file ^1.1.1
- async-std implicit feature
-
Enables async-std
async-std:
Async version of the Rust standard library
Affects
nonblocking::async_std_task_waker
… - libc helpers?
- byteorder helpers?
- rolling-stats helpers?
- thiserror implicit feature
-
Enables thiserror ^1.0.30
thiserror:
derive(Error)
- clap helpers?