Cargo Features
[dependencies]
errore = { version = "0.3.0", default-features = false, features = ["std", "ctor", "debug-no-std", "debug-std"] }
- default = ctor, std
-
These default features are set whenever
errore
is added without
somewhere in the dependency tree.default-features = false - std default debug-std?
-
Enables textwrap and std of conquer-once and portable-atomic
portable-atomic:
Use
std
. - ctor default
-
Enables ctor
- debug-no-std
-
Enables defmt
- debug-std = std
-
Enables log
Errore has 5 features without comments.