Cargo Features
[dependencies]
hime_redist = { version = "4.4.0", default-features = false, features = ["std", "debug"] }
- default = std
-
The
std
feature is set by default wheneverhime_redist
is added without
somewhere in the dependency tree.default-features = false - std default
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - debug
hime_redist has 3 features without comments.