Pub use version-specific CRC symbols, not just the CRC struct.

This commit is contained in:
Joshua Salzedo 2021-09-27 11:17:31 -07:00
parent a26ffeb84b
commit 07e20a7443
No known key found for this signature in database
GPG Key ID: C3D0EB484493B731

View File

@ -3,4 +3,4 @@
#[cfg_attr(crc_v3, path = "v2v3.rs")]
mod _version;
pub use _version::Crc;
pub use _version::*;