#crc16 #crc #builder

rusty_crc16

Simple CRC-16 library written in rust

2 releases

Uses old Rust 2015

0.1.1 Jan 11, 2017
0.1.0 Jan 8, 2017

#8 in #crc16

MIT license

585KB
96 lines

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 = "*"

No runtime deps