aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-06-06 22:48:55 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-06-06 22:48:55 +0200
commitbce701919dad8fb3ce0e06ada4d4892240d483e2 (patch)
tree8650bb6076b851dc828b4ae10472893512c06330 /src/lib.rs
parentdf31b14b3736a1e71dd8c08297f84e3fba228e39 (diff)
downloadkarlender-bce701919dad8fb3ce0e06ada4d4892240d483e2.tar
karlender-bce701919dad8fb3ce0e06ada4d4892240d483e2.tar.bz2
karlender-bce701919dad8fb3ce0e06ada4d4892240d483e2.tar.zst
a
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0d96cad..c5d7a22 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,2 +1,3 @@
pub mod protocol;
-pub mod occurence; \ No newline at end of file
+pub mod occurence;
+pub mod interface;