• Home
Name Date Size #Lines LOC

..--

LICENSES/04-Jul-2025-202169

src/04-Jul-2025-188139

.android-checksum.jsonD04-Jul-20251 KiB11

.cargo-checksum.jsonD04-Jul-2025673 11

Android.bpD04-Jul-2025855 3228

Cargo.tomlD04-Jul-20251,017 3027

LICENSED04-Jul-202511.1 KiB202169

METADATAD04-Jul-2025472 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-20251 KiB2918

cargo_embargo.jsonD04-Jul-202529 33

README.md

1# crc-catalog
2
3[![rust](https://github.com/akhilles/crc-catalog/actions/workflows/rust.yaml/badge.svg)](https://github.com/akhilles/crc-catalog/actions/workflows/rust.yaml)
4[![Crate](https://img.shields.io/crates/v/crc-catalog.svg)](https://crates.io/crates/crc-catalog)
5[![Docs](https://docs.rs/crc-catalog/badge.svg)](https://docs.rs/crc-catalog)
6
7MSRV is 1.46.
8
9Catalog of CRC algorithms expressed as simple Rust structs. The Rust code is generated from the "[Catalogue of parametrised CRC algorithms](http://reveng.sourceforge.net/crc-catalogue)" using the `generate_catalog.sh` script:
10
11```
12$ ./generate_catalog.sh > src/algorithm.rs
13```
14
15## License
16
17Licensed under either of
18
19 * [Apache License, Version 2.0](LICENSES/Apache-2.0.txt)
20 * [MIT License](LICENSES/MIT.txt)
21
22at your option.
23
24### Contribution
25
26Unless you explicitly state otherwise, any contribution intentionally submitted
27for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
28additional terms or conditions.
29