Cargo Features

[dependencies]
vsdb = { version = "3.0.0", default-features = false, features = ["parity_backend", "rocks_backend", "compress", "serde_ende", "msgpack_codec", "json_codec"] }
default = compress, msgpack_codec, parity_backend

These default features are set whenever vsdb is added without default-features = false somewhere in the dependency tree.

parity_backend default

Enables parity_backend of vsdb_core

rocks_backend

Enables rocks_backend of vsdb_core

compress default

Enables compress of vsdb_core

serde_ende json_codec? msgpack_codec
msgpack_codec default = msgpack, serde_ende
json_codec = serde_ende, serde_json

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.

msgpack msgpack_codec

Enables rmp-serde

serde_json json_codec?