Docs.rs
mangadex-api-rust-2.0.0-rc.1
mangadex-api-rust 2.0.0-rc.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
04 August 2026
Links
Repository
crates.io
Source
Owners
tonymushah
Dependencies
derive_builder ^0.11.2
normal
futures ^0.3.21
normal
optional
mangadex-api-schema-rust ^0.1.0
normal
mangadex-api-types-rust ^0.1.0
normal
reqwest ^0.11.9
normal
serde ^1.0.136
normal
serde_qs ^0.9.2
normal
thiserror ^1.0.30
normal
time ^0.3.7
normal
url ^2.2.2
normal
uuid ^1.0.0
normal
anyhow ^1.0.55
dev
clap ^3.1.2
dev
fake ^2.4.3
dev
serde_json ^1.0.79
dev
tokio ^1.18.1
dev
wiremock ^0.5.11
dev
Versions
60.6%
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
Skip to main content
HttpClientRef
mangadex_
api
2.0.0-rc.1
Http
Client
Ref
Aliased Type
In mangadex_
api::
http_
client
mangadex_api
::
http_client
Type Alias
Http
Client
Ref
Copy item path
Source
pub type HttpClientRef =
Rc
<
RefCell
<
HttpClient
>>;
Aliased Type
ยง
pub struct HttpClientRef {
/* private fields */
}