Enums§
- TabStops
- Tab stop specification
Functions§
- expand_
bytes - Expand tabs to spaces using SIMD scanning. Uses memchr2 to find tabs and newlines, bulk-copying everything between them.
- parse_
tab_ stops - Parse a tab specification string (e.g., “4”, “4,8,12”, “4 8 12”).
- unexpand_
bytes - Unexpand spaces to tabs.
If
allis true, convert all sequences of spaces; otherwise only leading spaces.