lt-fm-index 0.7.1

FM-index using k-mer lookup table for exact pattern matching
1
2
3
4
5
mod other_crate;
pub use other_crate::{
    get_fmindex_of_other_crate,
    get_sorted_locations,
};