expose parser.rs via a hack

This commit is contained in:
Intege-rs
2025-11-28 02:12:33 -05:00
parent 9d0e3cbc3a
commit 8b8b506319
6 changed files with 503 additions and 479 deletions

View File

@@ -8,6 +8,12 @@ pub mod scannable;
pub mod scanner;
pub mod hexdump;
#[cfg(feature = "alloc")]
extern crate alloc;
#[cfg(feature = "alloc")]
pub mod parser;
//
// Export Preludes:
//