diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-18 21:21:21 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-18 21:21:21 +0300 |
| commit | 8887a775f5c46551f8d9ea0f2197d129008eabf1 (patch) | |
| tree | c37f9808af3326d8d0adf873c756bae0ebe6257f /src/main.rs | |
| parent | da8e70f2e3c841796c122ca90617d74cb044b763 (diff) | |
Written geosite protobuf parser and tests 4 it
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/main.rs b/src/main.rs index 594f751..df1a31c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,13 +1,12 @@ -mod routing; -mod config; -mod geoparsers; -pub mod sniffing; -mod startup; +//mod routing; +//mod config; +//mod geoparsers; +//pub mod sniffing; +//mod startup; use nsc::startup::init; -use std::io::Read; - fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>> { + init() } |
