diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-29 20:26:35 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-29 20:26:35 +0300 |
| commit | d10ac4cc08d679e7971296b79c6eafadcdbc78de (patch) | |
| tree | d12c170704d0632fcdfde809879ec9c477ad8574 /src/net/mod.rs | |
| parent | 2536cfdb527cd252ed926e3c05313430858a4ca6 (diff) | |
Big refactors and additions, implemented http package getter and refactored i2p fn
Diffstat (limited to 'src/net/mod.rs')
| -rw-r--r-- | src/net/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mod.rs b/src/net/mod.rs new file mode 100644 index 0000000..54f5e7f --- /dev/null +++ b/src/net/mod.rs @@ -0,0 +1,2 @@ +pub mod i2p_package; +pub mod http_packages;
\ No newline at end of file |
