humthreads 0.1.3

Threads for humans
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -ex

cargo build --verbose
cargo test --verbose
cargo clippy --verbose -- -D warnings
cargo doc --verbose
cargo fmt --verbose -- --check