1 2 3 4 5 6 7 8
//! Zaino Indexer service. #![warn(missing_docs)] #![forbid(unsafe_code)] pub mod config; pub mod error; pub mod indexer;