Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 419 Bytes

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.