aki-stats 0.1.10

output the statistics of text, like a wc of linux command.
1
2
3
4
5
6
7
8
pub mod err;

mod opt_uc_x_param;
pub use self::opt_uc_x_param::OptUcXParam;
pub use self::opt_uc_x_param::OptUcXParamParseError;

pub mod opt_locale_loc;
pub use opt_locale_loc::OptLocaleLoc;