Share constant_hash code between the meta and codegen crates;

This commit is contained in:
Benjamin Bouvier
2019-10-09 16:35:33 +02:00
parent c062f12d7c
commit d404368dea
8 changed files with 94 additions and 84 deletions

View File

@@ -21,6 +21,7 @@
)]
pub mod condcodes;
pub mod constant_hash;
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");