Pub use version-specific CRC symbols, not just the CRC struct.
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
#[cfg_attr(crc_v3, path = "v2v3.rs")]
|
#[cfg_attr(crc_v3, path = "v2v3.rs")]
|
||||||
mod _version;
|
mod _version;
|
||||||
|
|
||||||
pub use _version::Crc;
|
pub use _version::*;
|
||||||
|
Reference in New Issue
Block a user