rexsgdata

Crates.iorexsgdata
lib.rsrexsgdata
version0.12.0
sourcesrc
created_at2018-04-10 08:00:53.959412
updated_at2021-12-30 11:28:43.911107
descriptionScatter-Gather Data Descriptors
homepage
repositoryhttps://gitlab.com/imp/rexsgdata-rs.git
max_upload_size
id59834
size52,898
(David-Avdat)

documentation

https://docs.rs/rexsgdata

README

rexsgdata

Scatter-Gather Data Wrapper. Not related in any way to sgdata crate.

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: 330

cargo fmt