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
12
13
14
15
16
# testconfig.sh or testconfig.ps1 should not be checked into git.
# It describes the configuration of the local machine where the local copy
# of the source tree is being tested.
testconfig.sh
testconfig.ps1
# ignore files generated during test runs (left around for analysis)
*.log
testfile*
# ignore static binaries generated for testing
*.static-debug
*.static-nondebug
libs.tar
*.synced
.sync-dir
# ignore lock files
*.lock