First pass at CRC_V1

This commit is contained in:
Joshua Salzedo
2021-09-26 16:46:17 -07:00
parent e527892d89
commit e18a27eea2
5 changed files with 45 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#[cfg_attr(crc_v1, path = "v1.rs")]
#[cfg_attr(crc_v2, path = "v2.rs")]
#[cfg_attr(crc_v3, path = "v3.rs")]
mod _version;
mod _version;