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
Files
http_type/arc_mutex/
type.rs
1
2
3
use
std::sync::{Arc, Mutex};
pub type
ArcMutex<T> = Arc<Mutex<T>>;