Crate rcut_lib[][src]

Expand description

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

Traits

Functions

Extract list of comma-separated ranged pairs

Sort ranged pairs and merge those having adjacent or overlapping boundaries

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

Extract bytes from a line within given ranges

Extract chars from a UTF-8 line within given ranges

Extract fields from a UTF-8 line within given ranges

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

Cargo version specified in the Cargo.toml file