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