hyperdex 1.0.0

Rust binding for HyperDex, the next-generation distributed key-value store
docs.rs failed to build hyperdex-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rust-hyperdex Build Status

Rust binding for HyperDex.

Prerequisites

You need to install the HyperDex development files. Assuming you have added HyperDex's PPA by following these instructions, you may simply install the following packages:

sudo apt-get install libhyperdex-dev libhyperdex-client-dev libhyperdex-admin-dev

Installation

Using Cargo, the Rust package manager, it's as easy as adding the following lines to your Cargo.toml file:

[dependencies]
hyperdex = "*"

Documentation

http://derekchiang.github.io/rust-hyperdex/

Examples

The tests are worth a look.