Docs.rs
ws-tool-0.11.1
ws-tool 0.11.1
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
PrivateRookie
Dependencies
axum ^0.7
normal
optional
base64 ^0.20
normal
bytes ^1
normal
http ^1
normal
httparse ^1.8
normal
hyper ^1
normal
optional
hyper-util ^0.1
normal
optional
libz-sys ^1.1.8
normal
optional
native-tls ^0.2
normal
optional
poem ^2
normal
optional
rand ^0.8
normal
rustls-connector ^0.16
normal
optional
rustls-pemfile ^1.0.1
normal
optional
sha1 ^0.10
normal
simdutf8 ^0.1.4
normal
thiserror ^1
normal
tokio ^1
normal
optional
tokio-native-tls ^0.3.1
normal
optional
tokio-rustls ^0.23
normal
optional
tracing ^0.1
normal
webpki ^0.22
normal
optional
webpki-roots ^0.22.5
normal
optional
clap ^4.0
dev
criterion ^0.5
dev
dashmap ^5.4.0
dev
fastrand ^2.0.0
dev
fastwebsockets ^0.5.0
dev
hproxy ^0.1
dev
hyper ^0.14.27
dev
rayon ^1.8.0
dev
rcgen ^0.11
dev
serde ^1
dev
serde_json ^1
dev
socks ^0.3.4
dev
sproxy ^0.1
dev
tabled ^0.13.0
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
tungstenite ^0.20.0
dev
uuid ^1.6.1
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ws_tool
0.11.1
RW
Implementors
In ws_
tool::
stream
ws_tool
::
stream
Trait
RW
Copy item path
Source
pub trait RW:
Read
+
Write
{ }
Implementors
§
Source
§
impl<S:
Read
+
Write
>
RW
for S