pub type NoTable = Table<0>;
Expand description
An implementation of the CRC algorithm with no lookup table.
Aliased Type§
struct NoTable {}
pub type NoTable = Table<0>;
An implementation of the CRC algorithm with no lookup table.
struct NoTable {}