expose InputItem

This commit is contained in:
Kevaundray Wedderburn
2025-05-24 18:57:01 +01:00
parent 06e5596a38
commit 841f6872ca

View File

@@ -5,7 +5,7 @@ use thiserror::Error;
mod input;
pub use input::Input;
pub use input::InputErased;
pub use input::{InputErased, InputItem};
#[allow(non_camel_case_types)]
/// Compiler trait for compiling programs into an opaque sequence of bytes.