Rust binding for HyperDex.
You need to install the HyperDex development files. Assuming you have added HyperDex's PPA by following the instructions here, you may simply install the following packages:
sudo apt-get install libhyperdex-dev libhyperdex-client-dev libhyperdex-admin-dev
Using Cargo, the Rust package manager, it's as easy as adding the following lines to your Cargo.toml
file:
[dependencies]
hyperdex = "*"
You may find complete examples in this repo. The tests may also be worth a look.