pub fn od_process<R: Read, W: Write>( input: R, output: &mut W, config: &OdConfig, ) -> Result<()>
Process input and produce od output.