humnum 0.2.0

Human numeric sorting program — does what `sort -h` is supposed to do!
Documentation
1
2
3
4
5
6
extern crate derive_more;

mod args;
mod humnum;
pub use args::{Mode, Options};
pub use humnum::HumanNumericLine;