Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 196 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 196 Bytes

crc32

This is part of a project whose goal is to port common open-source libraries to Rust and other safe languages.

This is a port of the CRC-32 algorithm from zlib to the Rust language.