Registry / utility / crc16
library0.4.0rscratesunverified

A CRC16 implementation

# Cargo.toml [dependencies] crc16 = "0.4.0"
INSTALL
IMPORT
SIG · CRC16
C
crc16
utilityrustv0.4.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.

State
use crc16::State;

Computes CRC16-ARC checksum of a byte slice.

use crc16::State; fn main() { let mut crc = State::<crc16::ARC>::new(); crc.update(b"hello"); println!("{:04x}", crc.get()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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