Cargo Features
[dependencies]
thiserror-core = { version = "1.0.50", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverthiserror-coreis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of thiserror-core-impl
thiserror-core has 2 features without comments.