Packages

Evil version of the crc32c algorithm. It uses the bitwise arithmetic used in javascript, i.e. operands are converted to i32

Current section

Files

Jump to
evil_crc32c CHANGELOG.md
Raw

CHANGELOG.md

## 0.2.7 (2024-04-07)
* Update rustler to 0.32 (https://github.com/ayrat555/evil_crc32c/pull/16)
## 0.2.6 (2023-10-06)
* Update rustler to 0.29 (https://github.com/ayrat555/evil_crc32c/pull/15)
## 0.2.5 (2023-03-23)
* Use rust_precompiled (https://github.com/ayrat555/evil_crc32c/pull/10)
## 0.1.2 (2022-12-12)
* fix rust files
## 0.1.1 (2022-12-12)
* fix cargo config
## 0.1.0 (2022-12-12)
* the first release