Rust abstractions over the NVM Library http://pmem.io
Linux CI | Test Coverage | Crate | Documentation |
---|---|---|---|
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:
TODO: write...
Don't forget to check out the examples
Licensed under:
- Apache License, Version 2.0 - LICENSE-APACHE (source)
- MIT license - (LICENSE-MIT (source)
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/
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.