streamweave 0.10.1

Composable, async, stream-first computation in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
set -euo pipefail

echo "> pre-commit"

bin/format
bin/fix
bin/check
bin/lint
bin/build
bin/test
bin/audit
bin/check-docs