Docs.rs
websocket-base-0.26.5
websocket-base 0.26.5
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vi
Dependencies
base64 ^0.10.0
normal
bitflags ^1.0.4
normal
byteorder ^1.0
normal
bytes ^0.4
normal
optional
futures ^0.1
normal
optional
native-tls ^0.2.1
normal
optional
rand ^0.6.1
normal
sha-1 ^0.8
normal
tokio-codec ^0.1
normal
optional
tokio-io ^0.1
normal
optional
tokio-tcp ^0.1
normal
optional
tokio-tls ^0.2.0
normal
optional
tokio ^0.1
dev
Versions
96.24%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
websocket_
base
0.26.5
Module mask
Module Items
Structs
Functions
In websocket_
base::
ws::
util
websocket_base
::
ws
::
util
Module
mask
Copy item path
Source
Expand description
Utility functions for masking data frame payload data
Structs
§
Masker
Struct to pipe data into another writer, while masking the data being written
Functions
§
gen_
mask
Generates a random masking key
mask_
data
Masks data to send to a server and writes