use crate::error; use crate::config::Config; pub fn get_string(config: &Config) -> error::Result { unimplemented!() }