Expand description

Top-level lib.rs for cranelift_object.

This re-exports object so you don’t have to explicitly keep the versions in sync.

Re-exports

pub use object;

Structs

A builder for ObjectModule.
An ObjectModule implements Module and emits “.o” files using the object library.
This is the output of ObjectModule’s finish function. It contains the generated Object and other information produced during compilation.

Constants

Version number of this crate.