Docs.rs
rusty-web-0.0.2
rusty-web 0.0.2
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
tejmagar
Dependencies
regex ^1.10.3
normal
tempfile ^3.10.0
normal
urlencoding ^2.1.3
normal
rand ^0.8.5
dev
Versions
17.43%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
rusty_
web
0.0.2
Headers
Aliased Type
In rusty_
web::
headers
rusty_web
::
headers
Type Alias
Headers
Copy item path
Source
pub type Headers =
HashMap
<
String
,
Vec
<
String
>>;
Aliased Type
ยง
pub struct Headers {
/* private fields */
}