Crates.io | rusty_crc16 |
lib.rs | rusty_crc16 |
version | 0.1.1 |
source | src |
created_at | 2017-01-08 22:53:46.696614 |
updated_at | 2017-01-11 20:06:55.455919 |
description | Simple CRC-16 library written in rust |
homepage | |
repository | https://github.com/F3real/rusty_crc16 |
max_upload_size | |
id | 7991 |
size | 756,715 |
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.