Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- BytePos
- A byte position in a source file.
- Levenshtein
Metric2 - Levenshtein metric (version 2) with additional operations.
- LineCol
- A (1-based) line and column position in a source file.
- Rolling
Hash Ext - Rolling hash for Rabin-Karp pattern matching.
- Span
- A half-open byte range
[start, end)in a source file. - String
Builder - A mutable string builder with convenient push methods.
- String
Encoder Ext - Extended string encoder/decoder.
- String
Monoid Ext - Extended string monoid utilities.
- Substring
Finder2 - Extended substring finder using KMP or naive search.