summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-06-18 09:43:55 -0300
committerKyle Martin <krm504@nyu.edu>2024-07-09 18:16:54 -0400
commit273fa764cee0e0b972546bbc460e802879b109f8 (patch)
tree3b049eb3e8a71318940cbc95f0670c1fc68b70ee /rust/src/lib.rs
parentae7ab2c432641e52b6c45b447c9974c1dc04f787 (diff)
implement rust TypeArchive
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 3c64cf60..8cd6ba60 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -166,6 +166,7 @@ pub mod string;
pub mod symbol;
pub mod tags;
pub mod templatesimplifier;
+pub mod typearchive;
pub mod types;
use std::path::PathBuf;