Use unborrow for CRC constructor
sort feature gates fix repetition in CRC config names
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user