nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
1
2
3
4
5
6
7
8
9
10
11
blk_rw$(nW)TEST3: START: blk_rw
 $(nW)blk_rw$(nW) 512 $(nW)$(nW)testfile1 c w:0 r:1 r:0 w:1 r:0 r:1 r:2
512 block size 512 usable blocks 2080567
write     lba 0: {1}
read      lba 1: {0}
read      lba 0: {1}
write     lba 1: {2}
read      lba 0: {1}
read      lba 1: {2}
read      lba 2: {0}
blk_rw$(nW)TEST3: DONE