/pmemkv-rs

pmemkv-rs

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pmemkv-rs

Build Status

Rust API wrapping the pmemkv library.

Building

$ git clone https://github.com/photoszzt/pmemkv-rs.git
$ cd pmemkv-rs
# cargo build

Note that you must install pmemkv library first. For more information, see https://github.com/pmem/pmemkv.