Docs.rs
jokoway-core-0.1.0-rc.1
jokoway-core 0.1.0-rc.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hijriyan
Dependencies
arc-swap ^1.8.0
normal
async-trait ^0.1
normal
boring ^4
normal
bytes ^1
normal
dashmap ^6.1.0
normal
flate2 ^1.1.9
normal
pingora ^0.8.0
normal
serde ^1
normal
serde_yaml ^0.9
normal
utoipa ^5.4.0
normal
optional
tempfile ^3.25.0
dev
Versions
20.31%
of the crate is documented
Platform
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
Skip to main content
parse_ws_frames
jokoway_
core
0.1.0-rc.1
In jokoway_
core::
websocket
jokoway_core
::
websocket
Function
parse_
ws_
frames
Copy item path
Source
pub fn parse_ws_frames( buffer: &mut
BytesMut
, frames: &mut
Vec
<
WsFrame
>, ) ->
WsParseResult