pub fn convert( input: &str, from: ConvertFormat, to: ConvertFormat, pretty: bool, ) -> Result<String>
Convert between different formats