1This crate provides a straightforward way to create a
2[Cranelift](https://crates.io/crates/cranelift) IR function and fill it with
3instructions translated from another language. It contains an SSA construction
4module that provides convenient methods for translating non-SSA variables into
5SSA Cranelift IR values via `use_var` and `def_var` calls.
6