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

Finalize on feature flags vs rustc `--cfg` flags for default impl selection #113

Open akhilles opened 6 months ago

akhilles commented 6 months ago

Context: https://github.com/mrhooray/crc-rs/issues/92#issuecomment-1972696261

Some advantages of --cfg flags: