Releases: awesomized/crc-fast-rust
Releases · awesomized/crc-fast-rust
1.10.0 - Use Rust v1.89.0, remove 'crc' dependency
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: 1.9.0...1.10.0
1.9.0 - Improve performance for smaller inputs, add accelerated CRC-16 support
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: 1.8.2...1.9.0
1.8.2 - Fix crc dependency minimum, no_std for embedded
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix the crc dependency minimum by @nipunn1313 in #33
- Fix no_std build for embedded targets by @loadingalias in #35
New Contributors
- @nipunn1313 made their first contribution in #33
Full Changelog: 1.8.1...1.8.2
1.8.1 - Add fuzz testing
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: 1.8.0...1.8.1
1.8.0 - Add no_std and WASM support with full backward compatibility
Immutable
release. Only release title and notes can be modified.
1.7.1 - Ensure Miri passes on x86_64 and x86
Immutable
release. Only release title and notes can be modified.
1.7.0 - Support Wasm targets, publish immutable GH releases, improve key generation docs
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix/no std feature (currently wasm compatible; groundwork for no_std) by @loadingalias
- Support and publish immutable releases on GitHub by @onethumb
- Improve key generation docs by @onethumb
Full Changelog: 1.6.0...1.7.0
1.6.0 - Improve feature detection, performance, and publish binary packages
1.5.0 - Add static library, improve state management
1.4.1 - Fix SIGILL on non-AVX512 systems
Fixes a SIGILL on systems which don't support AVX512.