Docs.rs
read-url-0.0.10
read-url 0.0.10
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tliron
Dependencies
astral-tokio-tar ^0.5.6
normal
optional
async-compression ^0.4.33
normal
optional
flate2 ^1.1.5
normal
optional
futures ^0.3.31
normal
optional
gix ^0.74.1
normal
optional
kutil =0.0.5
normal
positioned-io ^0.3.5
normal
optional
rand ^0.9.2
normal
rc-zip-sync ^4.3.5
normal
optional
rc-zip-tokio ^4.2.11
normal
optional
relative-path ^2.0.1
normal
reqwest ^0.12.24
normal
optional
self_cell ^1.2.1
normal
tar ^0.4.44
normal
optional
thiserror ^2.0.17
normal
tokio ^1.48.0
normal
optional
tracing ^0.1.41
normal
url ^2.5.7
normal
zstd ^0.13.3
normal
optional
anstream ^0.6.21
dev
depiction =0.0.1
dev
futures ^0.3.31
dev
tokio ^1.48.0
dev
tokio-util ^0.7.17
dev
Versions
100%
of the crate is documented
Platform
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
UrlQuery
read_
url
0.0.10
UrlQuery
Aliased Type
In crate read_
url
read_url
Type Alias
UrlQuery
Copy item path
Source
pub type UrlQuery =
HashMap
<
String
,
String
>;
Expand description
URL query.
Aliased Type
ยง
pub struct UrlQuery {
/* private fields */
}