summaryrefslogtreecommitdiff
path: root/src/geoparsers/v2ray/mod.rs
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-03-18 21:21:21 +0300
committernamilsk <namilsk@namilsk.tech>2026-03-18 21:21:21 +0300
commit8887a775f5c46551f8d9ea0f2197d129008eabf1 (patch)
treec37f9808af3326d8d0adf873c756bae0ebe6257f /src/geoparsers/v2ray/mod.rs
parentda8e70f2e3c841796c122ca90617d74cb044b763 (diff)
Written geosite protobuf parser and tests 4 it
Diffstat (limited to 'src/geoparsers/v2ray/mod.rs')
-rw-r--r--src/geoparsers/v2ray/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geoparsers/v2ray/mod.rs b/src/geoparsers/v2ray/mod.rs
new file mode 100644
index 0000000..971be55
--- /dev/null
+++ b/src/geoparsers/v2ray/mod.rs
@@ -0,0 +1,2 @@
+pub mod parsing;
+pub mod types;