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
Used in pmdk
9KB
143 lines
pmdk-sys
FFI bindings to pmdk
Checklist for publishing repository on crates.io
- publish only from master branch
- the last commit is version bump that updates version number in TWO files Cargo.toml and src/lib.rs
- cargo fmt -- --check is clean
- cargo clippy is clean
- cargo test is clean
- version tagged with annotated tag that equals version number
git tag -a -m 0.x.y 0.x.y
- cargo publish
Dependencies
~0.4–1MB
~24K SLoC