lt-fm-index 0.7.1

FM-index using k-mer lookup table for exact pattern matching
1
2
3
4
5
6
7
8
use super::{LtFmIndex, ChrIdxTable, SuffixArray, CountArray, Bwm, Block};

mod serialize;
#[cfg(feature = "async-io")]
#[cfg_attr(docsrs, doc(cfg(feature = "async-io")))]
mod async_serialize;
mod debug;
mod locate_from_reverse_raw_index;