flx_rs/
lib.rs

1/**
2 * $File: lib.rs $
3 * $Date: 2021-10-17 20:22:21 $
4 * $Revision: $
5 * $Creator: Jen-Chieh Shen $
6 * $Notice: See LICENSE.txt for modification and distribution information
7 *                   Copyright © 2021 by Shen, Jen-Chieh $
8 */
9mod search;
10
11pub use search::{find_best_match, get_heatmap_str, score, Result};