batch-channel 0.4.8

async channel that reduces overhead by reading and writing many values at once
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e
cd "${BASH_SOURCE%/*}"/..

cargo hack --optional-deps --feature-powerset check --all-targets
cargo hack --optional-deps --feature-powerset test
#cargo bench
cargo doc