Docs.rs
mangadex-api-3.4.1
mangadex-api 3.4.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
gondolyr
tonymushah
Dependencies
async-stream ^0.3
normal
optional
bytes ^1.6
normal
optional
derive_builder ^0.20
normal
futures ^0.3
normal
optional
getset ^0
normal
optional
mangadex-api-schema-rust ^0.10
normal
mangadex-api-types-rust ^0.10
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
serde_qs ^0.13
normal
thiserror ^2
normal
time ^0.3
normal
tokio ^1
normal
optional
tokio-stream ^0.1
normal
optional
url ^2.5
normal
uuid ^1.8
normal
anyhow ^1
dev
clap ^4.5.4
dev
fake ^3.0.0
dev
serde_json ^1
dev
serde_urlencoded ^0.7
dev
tokio ^1
dev
wiremock ^0.6
dev
Versions
37.83%
of the crate is documented
Platform
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
mangadex_
api
3.4.1
Default
Endpoint
Methods
Required Methods
get
Implementors
In mangadex_
api::
v5::
user::
list::
default
mangadex_api
::
v5
::
user
::
list
::
default
Trait
DefaultEndpointMethods
Copy item path
Source
trait DefaultEndpointMethods { // Required method fn
get
(&self) ->
MyDefaultCustomListsBuilder
; }
Required Methods
§
Source
fn
get
(&self) ->
MyDefaultCustomListsBuilder
Implementors
§
Source
§
impl
DefaultEndpointMethods
for
DefaultEndpoint