actix-storage 0.3.0

General key value storage for actix-web
Documentation

actix-storage

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

all

  • serde-json
  • serde-cbor
  • serde-yaml
  • serde-bincode
  • serde-ron
  • serde-xml

serde-yaml

  • with-serde
  • serde_yaml

serde-xml

  • with-serde
  • quick-xml

serde-cbor

  • with-serde
  • serde_cbor

serde-ron

  • with-serde
  • ron

serde-bincode

  • with-serde
  • bincode

serde-json

  • with-serde
  • serde_json

with-serde

  • serde

tests

  • futures

serde_cbor

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

bincode

    This feature flag does not enable additional features.

quick-xml

    This feature flag does not enable additional features.

serde_yaml

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

ron

    This feature flag does not enable additional features.