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.
Persistent Memory Development Kit

This is examples/libpmemobj/README.

This directory contains examples for libpmemobj, the library providing
a transactional object store for pmem.  Some of these examples are explained
in more detail here: http://pmem.io/pmdk/libpmemobj

manpage.c and setjmp.c are the examples used in the libpmemobj man page.

To build these examples:
	make

These examples can be built against an installed system using:
	make LIBDIR=/usr/lib INCDIR=/usr/include

If you're looking for documentation to get you started using PMDK,
start here: http://pmem.io/pmdk and follow the links to examples and
man pages.