Docs.rs
sosistab3-obfsws-0.4.0
sosistab3-obfsws 0.4.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
delta4chat
Dependencies
anyhow ^1.0.79
normal
async-h1 ^2.3.4
normal
async-lock ^3.3.0
normal
async-std ^1.12.0
normal
async-trait ^0.1.77
normal
base64 ^0.21.7
normal
bincode ^1.3.3
normal
blake3 ^1.5.0
normal
bytes ^1.5.0
normal
chacha20 ^0.9.1
normal
clap ^4.4.13
normal
env_logger ^0.10.1
normal
fastrand ^2.0.1
normal
futures-util ^0.3.30
normal
hex ^0.4.3
normal
log ^0.4.20
normal
pin-project ^1.1.8
normal
rand ^0.8.5
normal
serde ^1.0.195
normal
serde_json ^1.0.111
normal
sillad ^0.2.5
normal
sillad-sosistab3 ^0.2.11
normal
smol ^1.3.0
normal
smolscale2 ^0.5.4
normal
smoltimeout ^0.6.2
normal
socksv5 ^0.3.1
normal
vergen ^8.2.8
build
async-tungstenite ^0.24.0
normal
async-tungstenite ^0.24.0
normal
async-tungstenite ^0.24.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
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
Crate sosistab3_obfsws
sosistab3_
obfsws
0.4.0
All Items
Crate Items
Re-exports
Modules
Traits
Attribute Macros
Crate
sosistab3_
obfsws
Copy item path
Source
Re-exports
§
pub use pipe::
ObfsWsPipe
;
pub use listener::
ObfsWsListener
;
Modules
§
listener
pipe
ws
Traits
§
Pipe
Sillad overall is based on returning connection-like items that implement AsyncRead and AsyncWrite, as well as a few other things. This is called a Pipe.
Pipe
Listener
Listeners accept incoming connections, creating streams with a “remote side”. Failures are indicated by the standard I/O error type.
Attribute Macros
§
pin_
project
An attribute that creates projection types covering all the fields of struct or enum.