Structs§
- Longest
Common Substring - NotSorted
- Error returned by
verifywhen a suffix array is not sorted. - Suffix
Array - A suffix array
Traits§
Functions§
- common_
prefix_ len - Returns the number of bytes
aandbhave in common. Ex:common_prefix_len("banana", "banter") = 3 - longest_
substring_ match - Searches for the longest substring match for
needleininput, using its suffix arraysa. - verify
- Returns an error if
sais not the suffix array ofinput, Ok(()) otherwise.