blob: 2a03a8323439ebaa27082dc8b7274ce852d69589 [file] [log] [blame]
//! This library contains code that is common to both the `cranelift-codegen` and
//! `cranelift-codegen-meta` libraries.
#![deny(missing_docs)]
pub mod constant_hash;
pub mod constants;
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");