Cargo Features
[dependencies]
binconf = { version = "0.2.751", default-features = false, features = ["full", "binary-conf", "toml-conf", "json-conf", "yaml-conf", "ron-conf"] }
- default = binary-conf
-
The
binary-conf
feature is set by default wheneverbinconf
is added without
somewhere in the dependency tree.default-features = false - full = binary-conf, json-conf, ron-conf, toml-conf, yaml-conf
- binary-conf default full?
-
Enables bincode and xxhash-rust
- toml-conf full?
-
Enables toml
- json-conf full?
-
Enables serde_json
- yaml-conf full?
-
Enables serde_yaml
- ron-conf full?
-
Enables ron
binconf has 7 features without comments.