rexsgdata 0.1.13

Scatter-Gather Data Descriptors
docs.rs failed to build rexsgdata-0.1.13
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rexsgdata-0.12.0

rexsgdata

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

Uses impl Trait so may not be usable on stable until 1.26

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 -- --write-mode diff 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