Docs.rs
hyper-sync-0.10.14
hyper-sync 0.10.14
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
khvzak
Dependencies
base64 ^0.9.0
normal
bytes ^0.4.4
normal
httparse ^1.0
normal
language-tags ^0.2
normal
log ^0.4
normal
mime ^0.3.2
normal
num_cpus ^1.0
normal
percent-encoding ^1.0
normal
time ^0.1
normal
unicase ^2.1
normal
url ^1.0
normal
env_logger ^0.5
dev
Versions
99.38%
of the crate is documented
This release has been yanked
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-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
from_raw_str
hyper_
sync
0.10.14
In hyper_
sync::
header::
parsing
hyper_sync
::
header
::
parsing
Function
from_
raw_
str
Copy item path
Source
pub fn from_raw_str<T:
FromStr
>(raw: &[
u8
]) ->
Result
<T>
Expand description
Reads a raw string into a value.