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
//! `rusty-pee` binary entry point. All the work lives in `lib::run()`.

fn main() -> std::process::ExitCode {
    rusty_pee::run()
}