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§
- Object
Builder - A builder for
ObjectModule
. - Object
Module - An
ObjectModule
implementsModule
and emits “.o” files using theobject
library. - Object
Product - This is the output of
ObjectModule
’sfinish
function. It contains the generatedObject
and other information produced during compilation.
Constants§
- VERSION
- Version number of this crate.