expose parser.rs via a hack
This commit is contained in:
@@ -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:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user