Cargo Features
[dependencies]
error_tools = { version = "0.36.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "error_typed", "error_untyped"] }
= features
- default = enabled, error_typed, error_untyped
-
These default features are set whenever
error_toolsis added withoutsomewhere in the dependency tree.default-features = false - no_std use_alloc?
- use_alloc = no_std
- full = enabled
- enabled default full?
-
Affects
error::assert,error_tools::error,error_tools::dependency,error_tools::prelude,error::typed,error::untyped… - error_typed default = thiserror
-
Affects
error::typed… - error_untyped default = anyhow
-
Affects
error::untyped…
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.
= entry