4 releases

Uses old Rust 2015

0.1.0 Aug 27, 2016
0.0.2 Aug 25, 2016
0.0.1 Aug 25, 2016
0.0.0 Aug 22, 2016

#2 in #nvml

45 downloads per month

MIT/Apache

21KB
190 lines

pmem

Rust abstractions over the NVM Library http://pmem.io

Dashboard

Linux CI Test Coverage Crate Documentation
Build Status Coverage Status Docs

What's in this project

This repository currently houses a number of pmem-related crates, all with associated documentation:

  • pmem (you are here) - low level persistent memory support (doc)
  • pmem-obj - transactional object store, providing memory allocation, transactions, and general facilities for persistent memory programming
  • pmem-log - a pmem-resident log file
  • pmem-blk - arrays of pmem-resident blocks, all the same size, that are atomically updated

You can all find the *-sys crates with no abstractions:

Usage

TODO: write...

Don't forget to check out the examples

License

Licensed under:

This library links with the NVML, you can see the NVML license here.

This is not an official port of the NVM Library.

The official libpmem documentation can be found at: http://pmem.io/nvml/libpmem/

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~185KB