streamweave 0.10.1

Composable, async, stream-first computation in pure Rust
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euo pipefail
exec > >(tee log/docs.log) 2>&1

echo "> docs"

echo "> docs > cargo doc"
cargo doc --no-deps --all-features