mod batcher; mod db; pub mod server; mod validation; use batcher::Batcher; use db::{Db, Entry}; use validation::Validation;