rexsgdata 0.3.0

Scatter-Gather Data Descriptors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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