1pub mod domain; 2pub mod infrastructure; 3 4pub use domain::detector::{Detected, Detector}; 5pub use infrastructure::regex_detector::RegexDetector;