morel/
lib.rs

1mod algorithm;
2mod finder;
3mod types;
4
5pub use algorithm::Kind;
6pub use finder::{Finder, Syntax};