Move bforest into a separate crate

This commit is contained in:
Amanieu d'Antras
2018-07-10 23:24:33 +01:00
parent ad184ff9aa
commit ae3a3c368b
12 changed files with 63 additions and 5 deletions

View File

@@ -60,10 +60,11 @@ pub const VERSION: &str = env!("CARGO_PKG_VERSION");
#[macro_use]
pub extern crate cranelift_entity as entity;
pub extern crate cranelift_bforest as bforest;
#[macro_use]
pub mod dbg;
pub mod bforest;
pub mod binemit;
pub mod cfg_printer;
pub mod cursor;