Registry / utility / crc32fast

crc32fast

JSON →
library1.5.0rscratesunverified

Fast, SIMD-accelerated CRC32 (IEEE) checksum computation

# Cargo.toml [dependencies] crc32fast = "1.5.0"
INSTALL
IMPORT
SIG · CRC32FAST
C
crc32fast
utilityrustv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hasher
use crc32fast::Hasher;

Computes the CRC32 checksum of a byte slice.

use crc32fast::Hasher; fn main() { let mut hasher = Hasher::new(); hasher.update(b"hello world"); println!("{:x}", hasher.finalize()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
crc32fast — cargo add crc32fast · libregistry