xwc 0.7.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, SortBy, SortOrder};
pub use count::{CountOptions, Counts, count_reader};
pub use output::{OutputRow, column_widths, render_rows};
pub use parallel::worker_count;