morel/
lib.rs

1
2
3
4
5
6
mod algorithm;
mod finder;
mod types;

pub use algorithm::Kind;
pub use finder::{Finder, Syntax};