Cargo Features
[dependencies]
mbrs = { version = "0.3.1", default-features = false, features = ["no-std", "std"] }
- default = std
-
The
std
feature is set by default whenevermbrs
is added without
somewhere in the dependency tree.default-features = false - no-std
-
Enables thiserror-no-std
- std default
-
Enables thiserror
mbrs has 3 features without comments.