Structs§
- Uniq
Config - Configuration for uniq processing
Enums§
- AllRepeated
Method - How to delimit groups when using –all-repeated
- Group
Method - How to delimit groups when using –group
- Output
Mode - Output mode for uniq
Functions§
- process_
uniq - Main streaming uniq processor.
Reads from
input, writes tooutput. - process_
uniq_ bytes - Process uniq from a byte slice (mmap’d file). Zero-copy, no per-line allocation.