#[macro_use] extern crate log; mod error; pub use error::Error; pub mod web_server;