Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zonyitoo/crc32

Implementation of CRC-32 algorithm in Rust
https://github.com/zonyitoo/crc32

Last synced: 3 months ago
JSON representation

Implementation of CRC-32 algorithm in Rust

Awesome Lists containing this project

README

        

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.