summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-18 12:53:30 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-18 12:53:30 +0200
commit6f23f9fb8cabc53378e512743d11dfca321cf2b5 (patch)
treecee18c752cfd6ab7d7a7f88906eb3dc72df49f0e /src/lib.rs
parent409dd8b121027c59ed69656172c754700fcfb0df (diff)
downloaddumbswitch-6f23f9fb8cabc53378e512743d11dfca321cf2b5.tar.gz
dumbswitch-6f23f9fb8cabc53378e512743d11dfca321cf2b5.tar.bz2
dumbswitch-6f23f9fb8cabc53378e512743d11dfca321cf2b5.tar.lz
dumbswitch-6f23f9fb8cabc53378e512743d11dfca321cf2b5.zip

feat: final changes

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 01d8c46..4da23c5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,2 +1,3 @@
#![no_std]
pub mod network_data;
+pub mod network_type;