coreutils/tests/common/mod.rs
Joining7943 2658f8ae5b tail: improve performance of piped stdin
Rewrite handling of stdin when it is piped and read input in chunks.

Fixes https://github.com/uutils/coreutils/issues/3842
2022-09-09 13:51:37 +02:00

4 lines
59 B
Rust

#[macro_use]
pub mod macros;
pub mod random;
pub mod util;