rusty-pee 0.1.0

Fan stdin out to N concurrent shell-spawned children — a Rust port of moreutils `pee` with strict-compat mode, exit-code aggregation (Default max / Strict bitwise OR), backpressure-paced byte-perfect delivery, and a typed library API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Fixtures (if any are added later) stored verbatim — no line-ending conversion.
fixtures/inputs/** binary
fixtures/moreutils_outputs/** binary

# Bash scripts use LF endings everywhere.
*.sh text eol=lf

# PowerShell scripts use CRLF for native Windows tooling.
*.ps1 text eol=crlf

# Generated completion scripts need stable line endings for drift tests.
completions/** -text