rexsgdata 0.5.0

Scatter-Gather Data Descriptors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
update:
  cargo update
clippy:
  cargo clippy
pedantic:
  cargo clippy --features pedantic
test:
  cargo test
build:
  cargo build
clean:
  cargo clean
fmt:
  cargo fmt -- --check
check: clean fmt pedantic test