Docs.rs
atm0s-reverse-proxy-agent-0.4.0
atm0s-reverse-proxy-agent 0.4.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
giangndm
Dependencies
anyhow ^1.0
normal
argh =0.1.13
normal
optional
async-trait ^0.1
normal
base64 ^0.22
normal
optional
bincode ^1.3
normal
futures ^0.3
normal
log ^0.4
normal
picolog ^1.0
normal
optional
atm0s-reverse-proxy-protocol ^0.3.1
normal
atm0s-reverse-proxy-protocol-ed25519 ^0.1.5
normal
optional
quinn ^0.11
normal
optional
rustls ^0.23
normal
optional
serde ^1.0
normal
thiserror ^2.0
normal
optional
tokio ^1
normal
tokio-native-tls ^0.3.1
normal
optional
tokio-yamux ^0.3
normal
optional
url ^2.5
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
atm0s_
reverse_
proxy_
agent
0.4.0
SubConnection
Implementations on Foreign Types
StreamHandle
TunnelStream<R, W>
Implementors
In crate atm0s_
reverse_
proxy_
agent
atm0s_reverse_proxy_agent
Trait
SubConnection
Copy item path
Source
pub trait SubConnection:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
+
Sync
{ }
Implementations on Foreign Types
§
Source
§
impl
SubConnection
for
StreamHandle
Source
§
impl<R:
AsyncRead
+
Unpin
+
Send
+
Sync
, W:
AsyncWrite
+
Unpin
+
Send
+
Sync
>
SubConnection
for
TunnelStream
<R, W>
Implementors
§