1//! This library contains code that is common to both the `cranelift-codegen` and2//! `cranelift-codegen-meta` libraries.34#![deny(missing_docs)]
56pubmodconstant_hash;
7pubmodconstants;
89/// Version number of this crate.10pubconstVERSION: &str = env!("CARGO_PKG_VERSION");
11