Cargo Features
Disk has no features set by default.
[dependencies]
disk = { version = "0.1.21", features = ["full", "toml", "json", "yaml", "pickle", "messagepack", "plain", "empty"] }
- full = bincode, bincode2, bson, bytesize, empty, json, log, messagepack, pickle, plain, postcard, ron, toml, yaml
- toml full? = toml_edit
- json full? = serde_json
- yaml full? = serde_yaml
- pickle full? = serde-pickle
- messagepack full? = rmp-serde
- plain full? = serde_plain
- empty full?
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- log full?
-
Enables log
Optional.
- bincode full?
- toml_edit toml?
-
Enables toml_edit ^0.21.0
- serde_json json?
- serde_yaml yaml?
- serde-pickle pickle?
- rmp-serde messagepack?
- bson full?
- serde_plain plain?
- postcard full?
- ron full?
- bincode2 full?
-
Enables bincode
- bytesize full?