Skip to main content

raft_log/
types.rs

1pub use codeq::config::Crc32fast;
2
3/// This crate use Crc32fast checksum.
4pub type Checksum = Crc32fast;
5
6pub type Segment = codeq::Segment<Crc32fast>;