aboutsummaryrefslogtreecommitdiff
path: root/test2/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test2/src/main.rs')
-rw-r--r--test2/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test2/src/main.rs b/test2/src/main.rs
index aca978e..f145202 100644
--- a/test2/src/main.rs
+++ b/test2/src/main.rs
@@ -1,5 +1,6 @@
pub mod decode;
pub mod encode;
+pub mod huffman;
use decode::Dec;
use encode::Enc;