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
pub mod random_data;
pub mod result_answer;

mod readme;
mod accurate_result;
mod save_and_load;
#[cfg(feature = "async-io")]
mod async_save_and_load;