wakerpool 0.1.0

lightweight object pool for lists of Wakers
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
cd "${BASH_SOURCE%/*}"/..

cargo check --all-targets
cargo test
cargo test --release
cargo doc