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

fix readme regarding default impl selection #102

Closed KillingSpark closed 1 year ago

KillingSpark commented 1 year ago

Just noticed I forgot to update the readme according to the new selection of implementations via the crate features. Sorry about that!