#crc #algorithm #catalog #structs #generated #expressed #sourceforge

no-std crc-catalog

Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs

8 stable releases

2.4.0 Nov 4, 2023
2.2.0 Jan 11, 2023
2.1.0 Apr 23, 2022
2.0.1 Nov 4, 2021
0.1.0 Dec 14, 2019

#211 in Network programming

Download history 330883/week @ 2023-12-12 253207/week @ 2023-12-19 151813/week @ 2023-12-26 297271/week @ 2024-01-02 314779/week @ 2024-01-09 332158/week @ 2024-01-16 322196/week @ 2024-01-23 336025/week @ 2024-01-30 323537/week @ 2024-02-06 317395/week @ 2024-02-13 330506/week @ 2024-02-20 348593/week @ 2024-02-27 366463/week @ 2024-03-05 351894/week @ 2024-03-12 342884/week @ 2024-03-19 269704/week @ 2024-03-26

1,398,734 downloads per month
Used in 1,029 crates (2 directly)

MIT/Apache

27KB
139 lines

crc-catalog

rust Crate Docs

MSRV is 1.46.

Catalog of CRC algorithms expressed as simple Rust structs. The Rust code is generated from the "Catalogue of parametrised CRC algorithms" using the generate_catalog.sh script:

$ ./generate_catalog.sh > src/algorithm.rs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps