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.
Create btt device - uuid defined by the user
BTT successfully created: $(nW)
poolsize	20971520B
blocksize	1024B
maxlanes	256
uuid		9047cad6-53e1-4ba8-bcdd-a9fb411f7392


BTT Device
[ARENA 0]
PMEM BLK BTT Info Header:
Signature                : BTT_ARENA_INFO
UUID of container        : 9047cad6-53e1-4ba8-bcdd-a9fb411f7392
Flags                    : 0x0
Major                    : 1
Minor                    : 1
External LBA size        : 1024
External LBA count       : 20112
Internal LBA size        : 1024
Internal LBA count       : 20368
Free blocks              : 256
Info block size          : 4096
Next arena offset        : 0x0
Arena data offset        : 0x1000
Area map offset          : 0x13e6000
Area flog offset         : 0x13fa000
Info block backup offset : 0x13fe000
Checksum                 : $(XX) [OK]

Create btt device - automatic uuid generation
BTT successfully created: $(nW)
poolsize	41943040B
blocksize	2048B
maxlanes	256
uuid		$(nW)


BTT Device
[ARENA 0]
PMEM BLK BTT Info Header:
Signature                : BTT_ARENA_INFO
UUID of container        : $(nW)
Flags                    : 0x0
Major                    : 1
Minor                    : 1
External LBA size        : 2048
External LBA count       : 20168
Internal LBA size        : 2048
Internal LBA count       : 20424
Free blocks              : 256
Info block size          : 4096
Next arena offset        : 0x0
Arena data offset        : 0x1000
Area map offset          : 0x27e6000
Area flog offset         : 0x27fa000
Info block backup offset : 0x27fe000
Checksum                 : $(XX) [OK]