Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# QBE IR for Rust

[![](https://img.shields.io/crates/v/qbe.svg)](https://crates.io/crates/qbe)
[![docs](https://img.shields.io/badge/docs-docs.rs-blue.svg)](https://docs.rs/qbe)
[![Crates.io](https://img.shields.io/crates/l/qbe)](https://github.com/garritfra/qbe-rs/blob/main/COPYRIGHT)

This crate seeks to provide a Rust-y representation of QBE IR.

https://c9x.me/compile/

## License

The `qbe` crate is distributed under either of

-   [Apache License, Version 2.0]LICENSE-APACHE
-   [MIT license]LICENSE-MIT

at your option.