Sha256: 00a11fafc244956109ddf766408f72f4fca646f2d72450f0b5a1674940b6f503
Contents?: true
Size: 408 Bytes
Versions: 7
Compression:
Stored size: 408 Bytes
Contents
//! This library contains code that is common to both the `cranelift-codegen` and //! `cranelift-codegen-meta` libraries. #![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)] #![warn(unused_import_braces)] #![cfg_attr(feature = "std", deny(unstable_features))] pub mod constant_hash; pub mod constants; /// Version number of this crate. pub const VERSION: &str = env!("CARGO_PKG_VERSION");
Version data entries
7 entries across 7 versions & 1 rubygems