coreutils/cut
polyphemus 8b1ff08bd5 Add cut_characters implementation, based on cut_bytes
This implementation uses rust's concept of characters and fails if the
input isn't valid utf-8. GNU cut implements '--characters' as an alias
for '--bytes' and thus has different semantics, for this option, from
this implemtation.
2014-06-27 17:39:49 +02:00
..
cut.rs Add cut_characters implementation, based on cut_bytes 2014-06-27 17:39:49 +02:00
ranges.rs Add initial cut support, only bytes cutting 2014-06-27 17:39:41 +02:00