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
17
[dependencies.libc]
version = "0.2"

[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
categories = ["hardware-support", "external-ffi-bindings", "database"]
description = "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."
exclude = ["/compile-pmdk.conf.d/temporary/**/*", "/bindgen-wrapper.conf.d/temporary/**/*", "/tools/bindgen-wrapper/temporary/**/*", ".gitmodules", "nvml-sys.iml", "/.cargo/**/*", "/.tm_properties", "/clippy.toml", "/rustfmt.toml", "/src/bindgen/**/*"]
homepage = "https://github.com/lemonrock/nvml-sys"
keywords = ["NVML", "pmem", "libpmem", "PMDK"]
license = "MIT"
name = "nvml-sys"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/nvml-sys.git"
version = "0.0.6"