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