rexsgdata 0.4.0

Scatter-Gather Data Descriptors
rexsgdata-0.4.0 doesn't have any documentation.

rexsgdata

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

Uses Iterator::flatten so may not be usable on stable until 1.29

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