Skip to content

Commit

Permalink
feat: export namemap enums
Browse files Browse the repository at this point in the history
In order to actually use the maps in pattern matching, we need to be able to import those enum

Signed-off-by: Pierre Tardy <[email protected]>
  • Loading branch information
tardyp authored and DanielT committed Nov 15, 2023
1 parent dcf3167 commit e1062c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod specification;
mod tokenizer;
mod writer;

pub use namemap::ModuleNameMap;
pub use namemap::{ModuleNameMap, NameMapCompuTab, NameMapObject, NameMapTypedef};
pub use parser::ParserError;
use std::convert::AsRef;
use std::fmt::Write;
Expand Down

0 comments on commit e1062c8

Please sign in to comment.