human-sort
Utilities to sort and compare strings with numeric symbols in human-friendly order.
It built over iterators and compare string slices char by char (except for numerals) until the first difference found without creating Strings or another structures with whole data from provided &str, so doesn't require lots of memory.
Examples
use sort;
let mut arr = ;
sort;
assert_eq!;
use Ordering;
use compare;
assert_eq!;
License
Licensed under MIT license.