Expand description

Top-level lib.rs for cranelift_jit.

There is an example project which shows how to use some of the features of cranelift_jit.

Structs

A builder for JITModule.

A JITModule implements Module and emits code and data into memory where it can be directly called and accessed.

Constants

Version number of this crate.