Skip to content

Releases: awesomized/crc-fast-rust

1.3.0 - Now in 100% pure Rust (and much faster!)

10 Jun 21:43
4ea82ea
Compare
Choose a tag to compare

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.

Full changes

1.2.2 - Remove println! from software fallback

02 Jun 18:02
41ff0f1
Compare
Choose a tag to compare

1.2.1 - Limit FFI to supported architectures

10 May 17:18
088d48b
Compare
Choose a tag to compare

1.2.0 - Add software fallback

10 May 17:17
297705d
Compare
Choose a tag to compare

1.1.0 - Add digest::DynDigest::box_clone() and Debug support

02 May 16:49
3ac25fb
Compare
Choose a tag to compare

1.0.1 - Use Rust 1.81+

01 May 00:49
4339650
Compare
Choose a tag to compare

1.0.0 - First release for crates.io

11 Apr 00:33
bc893fb
Compare
Choose a tag to compare
  • First release for crates.io