Crate sonnenbrille

source ·
Expand description

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

Structs

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

Traits

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