embedded-crc32c 0.1.0

A `const`, single-choice opinionated tiny CRC32 implementation
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 13.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 179.08 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • KizzyCode/embedded-crc32c-rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • KizzyCode

License BSD-2-Clause License MIT

embedded-crc32c

A const, single-choice opinionated tiny CRC32 implementation.

Why should I use this crate?

In most cases there's probably no good reason. However, why I wrote this crate: It's really tiny, portable and no-std compatible and thus suitable embedded devices. Furthermore it's opinionated, offering only a single CRC implementation (CRC32C; polynomial 0x1EDC6F41). Also, the CRC32C implementation is const, which may be useful in some cases.