Releases: awesomized/crc-fast-rust
Releases · awesomized/crc-fast-rust
1.3.0 - Now in 100% pure Rust (and much faster!)
This release has replaced the C bindings with a 100% pure Rust implementation, making it easier to integrate with existing workflows. It's also significantly more performant on most architectures, especially on smaller input sizes.
1.2.2 - Remove println! from software fallback
1.2.1 - Limit FFI to supported architectures
1.2.0 - Add software fallback
1.1.0 - Add digest::DynDigest::box_clone() and Debug support
1.0.1 - Use Rust 1.81+
1.0.0 - First release for crates.io
- First release for crates.io