Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zonyitoo/crc32
- Owner: zonyitoo
- Created: 2015-02-26T09:59:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T10:07:51.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T22:19:08.829Z (over 1 year ago)
- Language: Rust
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.