Cargo Features
[dependencies]
hs-bindgen-traits = { version = "0.9.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverhs-bindgen-traits
is added without
somewhere in the dependency tree.default-features = false - std default
hs-bindgen-traits has 2 features without comments.