Cargo Features
[dependencies]
coap-lite = { version = "0.13.0", default-features = false, features = ["std", "udp", "log"] }
- default = std
-
The
std
feature is set by default whenevercoap-lite
is added without
somewhere in the dependency tree.default-features = false - std default = lru_time_cache
-
Affects
coap-lite::block_handler
… - udp
-
UDP feature enables additional optimizations for CoAP over UDP.
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.
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- lru_time_cache std