1/// The errors from the MASM code of the Miden standards. 2#[cfg(any(feature = "testing", test))] 3#[rustfmt::skip] 4pub mod standards; 5 6mod code_builder_errors; 7pub use code_builder_errors::CodeBuilderError;