vsdb 0.62.1

A stuctured DB with some 'Git-like' features, mainly used in blockchain projects.
Documentation

vsdb

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 6 of them enabled by default.

default

  • rocks_backend
  • compress
  • msgpack_codec

rocks_backend

  • vsdb_core/rocks_backend

compress

  • vsdb_core/compress

msgpack_codec

  • serde_ende
  • rmp-serde

serde_ende

    This feature flag does not enable additional features.

rmp-serde

  • dep:rmp-serde

vs

  • vsdb_core/vs
  • ruc/crypto

bcs_codec

  • serde_ende
  • bcs

json_codec

  • serde_ende
  • serde_json

bcs

  • dep:bcs

serde_json

  • dep:serde_json

extra_types

  • vsdb_core/extra_types

parity_backend

  • vsdb_core/parity_backend