Start work on CRC_v1

This commit is contained in:
Joshua Salzedo
2021-09-26 16:29:22 -07:00
parent f8d833e0c5
commit e527892d89
5 changed files with 27 additions and 0 deletions

View File

@ -0,0 +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;