1pub mod buf; 2 3mod cowvec; 4 5pub mod err; 6pub mod index; 7pub mod matches; 8 9pub use buf::{segment::SegStr, SegBuffer}; 10pub use err::Result; 11pub use index::LineIndex; 12pub use matches::LineSet;