//! Top-level lib.rs for `cranelift_object`.
//!//! This re-exports `object` so you don't have to explicitly keep the versions in sync.
#![deny(missing_docs)]modbackend;pubusecrate::backend::{ObjectBuilder, ObjectModule, ObjectProduct};/// Version number of this crate.
pubconstVERSION:&str=env!("CARGO_PKG_VERSION");pubuse object;