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.