Type Alias crc::NoTable

source ·
pub type NoTable = Table<0>;
Expand description

An implementation of the CRC algorithm with no lookup table.

Aliased Type§

struct NoTable {}