Docs.rs
http-type-3.50.0
http-type 3.50.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eastspire
Dependencies
ahash ^0.8.11
normal
dashmap ^6.1.0
normal
futures ^0.3.31
normal
hex ^0.4.3
normal
http-compress ^2.10.0
normal
http-constant ^1.39.1
normal
lombok-macros ^1.9.1
normal
num_cpus ^1.16.0
normal
once_cell ^1.21.1
normal
serde ^1.0.218
normal
serde-xml-rs ^0.6.0
normal
serde_json ^1.0.140
normal
serde_urlencoded ^0.7.1
normal
simd-json ^0.15.0
normal
std-macro-extensions ^0.22.1
normal
tokio ^1.44.1
normal
twox-hash ^2.1.0
normal
url ^2.5.4
normal
urlencoding ^2.1.3
normal
Versions
10.83%
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
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
Files
http_type/arc_rwlock/
type.rs
1
use crate
::
*
;
2
3
pub type
ArcRwLock<T> = Arc<RwLock<T>>;