diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-03 12:19:37 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-03 12:19:37 +0300 |
| commit | 1542713fef2e7a2241c74203873b822a17f6165e (patch) | |
| tree | b0e88d18bb2a952afbad1b83ee37a45b7dc83e6b /src/net/mod.rs | |
| parent | 28f2822aa43096c4c6dfc675bfa20a3291730a87 (diff) | |
Starget rewritting i2p features of package manager and writing documentation
Diffstat (limited to 'src/net/mod.rs')
| -rw-r--r-- | src/net/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/mod.rs b/src/net/mod.rs index 1a04189..20a050e 100644 --- a/src/net/mod.rs +++ b/src/net/mod.rs @@ -1,2 +1,6 @@ pub mod http_package; pub mod i2p_package; +// unimplemented +// now i rewritting with emissary, SAMv3 not for download files btw +// but yosemite one of docemented lib for i2p (SAMv3 only), it-s better i try to use it +// pub mod emissary_i2p;
\ No newline at end of file |
