Structs§
- BitsVec
- A vector to hold values that have a known bit range.
- FMIndex
- Ferragina-Manzini index (or Full-text index in Minute space) for finding occurrences of substrings in O(1) time.
Traits§
- Repr
Usize - A trait for representing types as
usize(useful for enums).
Functions§
- bwt
- Generate the Burrows-Wheeler Transform of the given input.
- ibwt
- Invert the BWT and generate the original data.
- suffix_
array - Generates a suffix array using the “induced sorting” method.