10 releases
Uses old Rust 2015
0.1.6 | Apr 3, 2015 |
---|---|
0.1.5 | Mar 24, 2015 |
0.1.4 | Feb 24, 2015 |
0.0.3 | Feb 3, 2015 |
0.0.2 | Jan 31, 2015 |
#2090 in Algorithms
57,295 downloads per month
Used in 53 crates
(3 directly)
4KB
101 lines
crc24-rs
This library package (for programs written in the Rust language) provides an implementation of the CRC-24 checksum like it is specified in the IETF RFC2440.
Links
lib.rs
:
Crate providing a CRC-24 hasher based on the IETF RFC2440 specification.