crc

Type Alias NoTable

Source
pub type NoTable = Table<0>;
Expand description

An implementation of the CRC algorithm with no lookup table.

Aliased Typeยง

struct NoTable {}