Docs.rs
http-type-2.0.0
http-type 2.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ltpp-universe
Dependencies
hex ^0.4.3
normal
http-constant ^1.9.0
normal
lombok-macros ^1.0.0
normal
serde ^1.0.216
normal
serde-xml-rs ^0.6.0
normal
serde_json ^1.0.134
normal
serde_urlencoded ^0.7.1
normal
url ^2.5.4
normal
Versions
67.92%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
http_
type
2.0.0
ArcRw
Lock
Aliased type
In crate http_
type
http_type
Type Alias
ArcRwLock
Copy item path
Source
pub type ArcRwLock<T> =
Arc
<
RwLock
<T>>;
Aliased Type
ยง
struct ArcRwLock<T> {
/* private fields */
}