| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| LICENSES/ | 04-Jul-2025 | - | 202 | 169 | ||
| src/ | 04-Jul-2025 | - | 188 | 139 | ||
| .android-checksum.json | D | 04-Jul-2025 | 1 KiB | 1 | 1 | |
| .cargo-checksum.json | D | 04-Jul-2025 | 673 | 1 | 1 | |
| Android.bp | D | 04-Jul-2025 | 855 | 32 | 28 | |
| Cargo.toml | D | 04-Jul-2025 | 1,017 | 30 | 27 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 202 | 169 | |
| METADATA | D | 04-Jul-2025 | 472 | 18 | 17 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| README.md | D | 04-Jul-2025 | 1 KiB | 29 | 18 | |
| cargo_embargo.json | D | 04-Jul-2025 | 29 | 3 | 3 |
README.md
1# crc-catalog 2 3[](https://github.com/akhilles/crc-catalog/actions/workflows/rust.yaml) 4[](https://crates.io/crates/crc-catalog) 5[](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