pmdk

Crates.iopmdk
lib.rspmdk
version0.9.4
sourcesrc
created_at2019-06-02 12:33:16.6306
updated_at2020-07-26 12:55:32.858135
descriptionRust wrapper for pmdk
homepage
repositoryhttps://gitlab.com/replix/pmdk-rs.git
max_upload_size
id138473
size53,446
(werttal)

documentation

https://docs.rs/pmdk

README

pmdk

Rust wrapper for 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