#gather #scatter #iovec

rexsgdata

Scatter-Gather Data Descriptors

49 releases

0.12.0 Dec 30, 2021
0.11.4 Aug 8, 2021
0.11.3 May 27, 2021
0.10.0 Jan 30, 2021
0.3.0 Jul 25, 2018

#701 in Data structures

Download history 72/week @ 2024-02-21 65/week @ 2024-02-28

137 downloads per month

Apache-2.0 OR MIT

32KB
730 lines

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

lib.rs:

Scatter Gather Data Wrapper.

Dependencies

~4MB
~84K SLoC