16 releases (9 breaking)

0.9.4 Jul 26, 2020
0.8.0 Feb 4, 2020
0.5.0 Nov 10, 2019
0.1.0 Jul 30, 2019

#4 in #pmem

Download history 33/week @ 2024-02-21 41/week @ 2024-02-28 2/week @ 2024-03-06 3/week @ 2024-03-13

79 downloads per month
Used in pmdk

Apache-2.0 OR MIT

9KB
143 lines

pmdk-sys

FFI bindings to pmdk

Checklist for publishing repository on crates.io

  1. publish only from master branch
  2. the last commit is version bump that updates version number in TWO files Cargo.toml and src/lib.rs
  3. cargo fmt -- --check is clean
  4. cargo clippy is clean
  5. cargo test is clean
  6. version tagged with annotated tag that equals version number git tag -a -m 0.x.y 0.x.y
  7. cargo publish

Dependencies

~0.4–1MB
~24K SLoC