rusty_crc16

Crates.iorusty_crc16
lib.rsrusty_crc16
version0.1.1
sourcesrc
created_at2017-01-08 22:53:46.696614
updated_at2017-01-11 20:06:55.455919
descriptionSimple CRC-16 library written in rust
homepage
repositoryhttps://github.com/F3real/rusty_crc16
max_upload_size
id7991
size756,715
Stefan Ilic (F3real)

documentation

https://f3real.github.io/rusty_crc16/

README

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.

Commit count: 10

cargo fmt