rusty_crc16 0.1.1

Simple CRC-16 library written in rust
Documentation

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.