Skip to main content

coreutils_rs/tac/
mod.rs

1mod core;
2
3#[cfg(test)]
4mod tests;
5
6pub use self::core::*;