2 releases
Uses old Rust 2015
0.1.1 | Jan 11, 2017 |
---|---|
0.1.0 | Jan 8, 2017 |
#7 in #crc16
585KB
96 lines
Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.
rusty_crc
Simple library for calculating CRC-16.
Currently only CRC-16/CCITT-FALSE and CRC-16/KERMIT can be generated from builder, but library is easily extendable and new variants can be simply added by specifying their parameters.
lib.rs
:
crc16 library
Installation
[dependencies]
rusty_crc16 = "*"