1 2 3 4 5
mod document; mod search; pub use document::{Document, DocumentType, Format}; pub use search::{SearchFilter, SearchResult};