Crate sonnenbrille

Crate sonnenbrille 

Source
Expand description

An implementation of 8-bit CRC, following conventions established by the sunshine2k.de technical note.

Structs§

CRC8
A standalone, single-file implementation of CRC-8.
CRC8Hasher
Provides a hashing implementation that conforms to the Rust standard libraries standard interface.
NetCRC8
A convenience wrapper for handling checksums of fixed-length machine words in network byte order.

Traits§

NetEndian
Types which have a canonical network byte-order representation.