#pmem #nvml #nvm #array #object #libpmemblk

pmem-blk

Rust abstractions over pmemblk-sys. Arrays of pmem-resident blocks, all the same size, that are atomically updated. For example, a program keeping a cache of fixed-size objects in pmem might find this library useful

2 releases

Uses old Rust 2015

0.0.2 Aug 26, 2016
0.0.1 Aug 25, 2016

#1 in #nvml

39 downloads per month

MIT/Apache

10KB
131 lines

pmem-blk

Arrays of pmem-resident blocks, all the same size, that are atomically updated. For example, a program keeping a cache of fixed-size objects in pmem might find this library useful.

Dashboard

Linux CI Test Coverage Crate Documentation
Build Status Coverage Status Docs

Usage

TODO

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 libpmemblk documentation can be found at: http://pmem.io/nvml/libpmemblk/

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

~42KB