summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2023-08-17 10:05:30 +0800
committerLu Qiuwen <[email protected]>2023-08-17 13:21:48 +0800
commit8ef87c2ba7f35d3050c381380c4d4f2c8551d8a5 (patch)
tree1960840e14fa139fad0b1c110fdfa3f6e3b838b8 /src/lib.rs
parent85973cd021fda0d62c5f3e786e2abb8c8296a1df (diff)
add eventmgr trait and their tests.dev-exp-eventmgr
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c9cf115..a7f396f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,2 +1,3 @@
pub mod packet;
pub mod protocol;
+pub mod event;