Enum snappy_framed::read::CrcMode
[-] [+]
[src]
pub enum CrcMode { Verify, Ignore, }
Should we verify or ignore the CRC when reading?
Variants
Verify | Verify that the CRC values in the stream are correct. |
Ignore | Ignore the CRC values. |