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
ObjectModuleimplementsModuleand emits “.o” files using theobjectlibrary. - Object
Product - This is the output of
ObjectModule’sfinishfunction. It contains the generatedObjectand other information produced during compilation.
Constants§
- VERSION
- Version number of this crate.