aboutsummaryrefslogtreecommitdiff
path: root/codegen/src/ext/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/src/ext/mod.rs')
-rw-r--r--codegen/src/ext/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/codegen/src/ext/mod.rs b/codegen/src/ext/mod.rs
new file mode 100644
index 0000000..c28d9f7
--- /dev/null
+++ b/codegen/src/ext/mod.rs
@@ -0,0 +1,2 @@
+pub mod utf8;
+pub mod vt;