crc-any
crc-any copied to clipboard
To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
the MSRV bump is needed due to heapless using newer features. 1.60 has been determined using [`cargo-msrv`] (note that heapless does not specify an MSRV, as per [their MSRV policy][MSRV-heapless])....
Updates the requirements on [heapless](https://github.com/japaric/heapless) to permit the latest version. Changelog Sourced from heapless's changelog. [v0.8.0] - 2023-11-07 Added Add Clone and PartialEq implementations to HistoryBuffer. Added an object pool...
When I tested the new `LookUpTable` `enum`, I came to the result that this improves performance but not memory usage. The problem is, that the `enum` has the size of...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version. Release notes Sourced from heapless's releases. v0.9.1 See the full changelog here: https://github.com/rust-embedded/heapless/blob/v0.9.1/CHANGELOG.md#v091 Changelog Sourced from heapless's changelog. [v0.9.1] -...