[][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

CharAsciiLineProcessor
CharContext
CharProcessor
CharUtf8LineProcessor
FieldContext
FieldProcessor
FieldUtf8LineProcessor

Traits

CharContextT
FieldContextT
LineProcessorT
RtoolT

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

Utility function to process ranged pairs (extract, and merge on demand)

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