Docs.rs
samsa-0.1.6
samsa 0.1.6
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
drauschenbach
hgm-king
dhonig
Dependencies
async-stream ^0.3.5
normal
async-trait ^0.1.80
normal
bytes ^1.5.0
normal
crc ^3.0.1
normal
flate2 ^1.0.28
normal
futures ^0.3.30
normal
nom ^7.1.3
normal
nombytes ^0.1.1
normal
num-derive ^0.4.2
normal
num-traits ^0.2.18
normal
reqwest ^0.11
normal
optional
rustls-pemfile ^2.1.2
normal
rustls-pki-types ^1.4.1
normal
serde ^1.0.193
normal
optional
serde_derive ^1.0.193
normal
optional
serde_json ^1.0.108
normal
tokio ^1.36.0
normal
tokio-rustls ^0.26.0
normal
tokio-stream ^0.1.14
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.17
normal
webpki-roots ^0.26.1
normal
criterion ^0.3
dev
random_word ^0.4.3
dev
Versions
33.33%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
samsa
0.1.6
In samsa::prelude::protocol::fetch::response
Function
samsa
::
prelude
::
protocol
::
fetch
::
response
::
parse_fetch_response
Copy item path
source
ยท
[
−
]
pub fn parse_fetch_response(s:
NomBytes
) ->
IResult
<
NomBytes
,
FetchResponse
>