xwc 0.3.0

A small wc-style command line tool
Documentation
1
2
3
4
5
6
7
8
9
mod config;
mod count;
mod output;
mod parallel;

pub use config::Config;
pub use count::{CountOptions, Counts, count_reader};
pub use output::{column_widths, render_rows};
pub use parallel::worker_count;