pliantdb-server 0.1.0-dev.4

Database server for PliantDb.
Documentation

pliantdb-server

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 10 feature flags, 9 of them enabled by default.

default

  • full

full

  • cli
  • websockets
  • pubsub
  • keyvalue

cli

  • structopt

websockets

  • pliantdb-core/websockets
  • tokio-tungstenite
  • bincode

pubsub

  • pliantdb-core/pubsub
  • pliantdb-local/pubsub

keyvalue

  • pliantdb-core/keyvalue
  • pliantdb-local/keyvalue

structopt

    This feature flag does not enable additional features.

tokio-tungstenite

    This feature flag does not enable additional features.

bincode

    This feature flag does not enable additional features.

test-util

  • pliantdb-core/test-util