diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-29 16:08:17 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-29 16:08:17 +0300 |
| commit | f3d98b21d0b66952501aed5403df6773716f9e0b (patch) | |
| tree | 90eca38f0edbda3c7caa36d4175531bab0566469 /src/i2impl | |
| parent | 11ccd034109224849fff54c12785e454deba6741 (diff) | |
Connected some functions to main.rs.
Diffstat (limited to 'src/i2impl')
| -rw-r--r-- | src/i2impl/mi2p.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i2impl/mi2p.rs b/src/i2impl/mi2p.rs index 9faef34..cf2b8e5 100644 --- a/src/i2impl/mi2p.rs +++ b/src/i2impl/mi2p.rs @@ -1,7 +1,6 @@ use crate::cfg::config::Config; -use serde::de::value::StrDeserializer; use tokio; use emissary_core::runtime::{ AsyncRead, @@ -45,7 +44,7 @@ impl I2PStatus { } */ -struct I2P<Stream> { +pub struct I2P<Stream> { session: Option<Session<Stream>>, connected: bool, config: Config, |
