rusty_crc16 0.1.1

Simple CRC-16 library written in rust
Documentation
# rusty_crc
Simple library for calculating CRC-16.

Currently only <b>CRC-16/CCITT-FALSE</b> and <b>CRC-16/KERMIT</b> can be generated from builder, 
but library is easily extendable and new variants can be simply added by specifying their parameters.