//! seia — Universal Search Engine Abstraction
//!
//! Multi-backend web search library and CLI. Provides a unified interface to
//! query diverse search backends through their official HTTP APIs (or, where no
//! official API exists, lightweight HTML scraping).
pub use ;
pub use Engine;
pub use ;