Sha256: 317c5fad6b13ad2ef5b4fe5ac45a45e776dda246f293fe9f7f1248096ddfaedd
Contents?: true
Size: 277 Bytes
Versions: 17
Compression:
Stored size: 277 Bytes
Contents
//! 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");
Version data entries
17 entries across 17 versions & 1 rubygems