[][src]Crate rcut

rcut is a Rust replacement for GNU cut that supports UTF-8. Implementation details are exported for reusability in case users are interested in building their own char/word cutter.

Structs

AsciiCharLineProcessor
CharMode
CharProcessor
FieldMode
FieldProcessor
Utf8CharLineProcessor

Traits

ProcessChar
ProcessField
ProcessLineByChar

Functions

extract_ranged_pairs

Extract list of comma-separated ranged pairs

merge_ranged_pairs

Sort ranged pairs and merge those having adjacent or overlapping boundaries

prepare_ranged_pairs
run

Perform operations similar to GNU cut

str_to_ranged_pair

Extract ranged pair having the pattern (\d|\d+-|-\d+|\d+-\d+)

version

Cargo version specified in the Cargo.toml file