Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

BytePos
A byte position in a source file.
LevenshteinMetric2
Levenshtein metric (version 2) with additional operations.
LineCol
A (1-based) line and column position in a source file.
RollingHashExt
Rolling hash for Rabin-Karp pattern matching.
Span
A half-open byte range [start, end) in a source file.
StringBuilder
A mutable string builder with convenient push methods.
StringEncoderExt
Extended string encoder/decoder.
StringMonoidExt
Extended string monoid utilities.
SubstringFinder2
Extended substring finder using KMP or naive search.