Cargo Features
[dependencies]
thiserror-nostd-notrait-impl = { version = "1.0.57", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverthiserror-nostd-notrait-impl
is added without
somewhere in the dependency tree.default-features = false - std default
thiserror-nostd-notrait-impl has 2 features without comments.