mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards
Apache License 2.0
187 stars 49 forks source link

Bump MSRV to 1.56 #99

Closed akhilles closed 1 year ago

akhilles commented 1 year ago

To make use of:

khrs commented 1 year ago

Nice timing ;) I was pretty unhappy about your MSVR so as small weekend project I refreshed my old and crude crcxx crate adding features i need most. Heh.