Use unborrow for CRC constructor

sort feature gates
fix repetition in CRC config names
This commit is contained in:
Joshua Salzedo
2021-09-27 10:38:55 -07:00
parent 7392e33ad5
commit 43ad28b9f9
3 changed files with 26 additions and 18 deletions

View File

@ -1,6 +1,6 @@
#[cfg_attr(crc_v2, path = "v2.rs")]
#[cfg_attr(crc_v1, path = "v1.rs")]
#[cfg_attr(crc_v3, path = "v2.rs")]
#[cfg_attr(crc_v2, path = "v2v3.rs")]
#[cfg_attr(crc_v3, path = "v2v3.rs")]
mod _version;
pub use _version::Crc;