Skip to content

Rust bindings for the NVM Library http://pmem.io

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

coolyjg/rust-pmem

 
 

Repository files navigation

pmem

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

Dashboard

Linux CI Test Coverage Crate Documentation
Build Status Coverage Status Crate 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.

About

Rust bindings for the NVM Library http://pmem.io

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.1%
  • Shell 0.9%