//! Public API module.
//!
//! This module exports the main types for using fuzzy regex:
//! - `FuzzyRegex`: The compiled regex type
//! - `FuzzyRegexBuilder`: Builder for customized regex construction
//! - `Match`, `Captures`: Match result types
//! - `StreamingMatcher`, `StreamingMatch`: Streaming API types
pub use ;
pub use ;
pub use FuzzyRegex;
pub use ;