first commit

This commit is contained in:
Ultradesu
2025-08-25 21:48:59 +03:00
commit 98ba8846c3
25 changed files with 6400 additions and 0 deletions

3
src/modules/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod example;
pub mod web;
pub mod websocket;