revised approach

split file operation and ingress functionality
This commit is contained in:
Per Stark
2024-09-24 16:21:27 +02:00
parent 1bd2eee8e1
commit 18c84f5c88
18 changed files with 264 additions and 36464 deletions

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

@@ -0,0 +1,3 @@
pub mod file;
pub mod ingress;
pub mod queue_length;