#[derive(Debug, Default)] pub struct Configuration; pub fn init() -> Configuration { Configuration::default() }