mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump MSRV to 1.56

akhilles opened this issue · comments

To make use of:

  • Compile-time assertions
  • Const generics
  • 2021 edition
  • rust-version field in Cargo manifest

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.