aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_pathf/src/lib.rs')
-rw-r--r--mingling_pathf/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_pathf/src/lib.rs b/mingling_pathf/src/lib.rs
index d8d81db..40fd2ec 100644
--- a/mingling_pathf/src/lib.rs
+++ b/mingling_pathf/src/lib.rs
@@ -2,3 +2,7 @@ pub mod module_pathf;
pub mod pattern_analyzer;
pub mod error;
pub mod patterns;
+
+mod type_mapping_builder;
+pub use type_mapping_builder::analyze_and_build_type_mapping;
+pub use type_mapping_builder::analyze_and_build_type_mapping_for;