Cargo Features
[dependencies]
esp-at-nal = { version = "0.3.0", default-features = false, features = ["strict", "log", "thumbv6", "examples"] }
- default = examples
-
The
examples
feature is set by default wheneveresp-at-nal
is added without
somewhere in the dependency tree.default-features = false - strict
-
Fail on warnings
- log
-
Enables logging of ATAT crate
Enables log of atat ^0.18.0
- thumbv6
-
Automic support for thumbv6m targets
- examples default
-
Contains mocks for doc examples and may be disabled for production.
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.