Cargo Features
DW1000 has no features set by default.
[dependencies]
dw1000 = { version = "0.6.0", features = ["std"] }
- std
-
Enables std of num_enum ^0.5.4, serde, and ssmarshal
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.
DW1000 has 1 feature without comment.