fn flush()

in src/crc.rs [104:106]


    fn flush(&mut self) -> std::io::Result<()> {
        self.writer.flush()
    }