pmdk-sys

Crates.iopmdk-sys
lib.rspmdk-sys
version0.9.4
sourcesrc
created_at2019-06-02 12:32:39.886186
updated_at2020-07-26 12:55:03.366041
descriptionFFI bindings to pmdk
homepage
repositoryhttps://gitlab.com/replix/pmdk-rs.git
max_upload_size
id138472
size20,791
(werttal)

documentation

https://docs.rs/pmdk-sys

README

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
Commit count: 95

cargo fmt