1#![doc = include_str!("../README.md")] 2 3mod pos; 4mod scanner; 5pub use pos::WithPos; 6pub use scanner::{MatchType, Scanny};