Factored out test program and fuzzing features; core crate now only depends on smallvec and log.
This commit is contained in:
@@ -25,6 +25,8 @@ pub mod index;
|
||||
pub use index::{Block, Inst, InstRange, InstRangeIter};
|
||||
|
||||
pub mod checker;
|
||||
|
||||
#[cfg(feature = "fuzzing")]
|
||||
pub mod fuzzing;
|
||||
|
||||
/// Register classes.
|
||||
|
||||
Reference in New Issue
Block a user