Prefix each line of stdin with a timestamp — a Rust port of moreutils `ts` with strict-compat mode, IANA timezone control, and a reusable byte-typed library API.
//! Binary entry point for the `rusty-ts` CLI. Thin delegation into the
//! library's `run()` helper so the `ts-alias` feature can share the same
//! entry point via `src/bin/ts.rs`.
fnmain()->std::process::ExitCode{rusty_ts::run()}