Docs.rs
mastodon-async-1.3.2
mastodon-async 1.3.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
dscottboggs
Dependencies
derive_deref ^1.1.1
normal
derive_is_enum_variant ^0.1.1
normal
doc-comment ^0.3
normal
envy ^0.4
normal
optional
futures ^0.3.25
normal
futures-util ^0.3.25
normal
isolang ^2.2
normal
log ^0.4
normal
mastodon-async-entities ^1
normal
parse_link_header ^0.3.3
normal
percent-encoding ^2.2.0
normal
reqwest ^0.11
normal
serde ^1
normal
serde_json ^1
normal
serde_urlencoded ^0.7.1
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.38
normal
time ^0.3
normal
tokio ^1.22.0
normal
tokio-util ^0.7.4
normal
toml ^0.7
normal
optional
url ^2
normal
uuid ^1.2.2
normal
femme ^2.2.1
dev
futures-util ^0.3.25
dev
html2text ^0.6.0
dev
indoc ^2.0
dev
tempfile ^3
dev
tokio-test ^0.4.2
dev
skeptic ^0.13
build
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
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
mastodon_
async
1.3.2
Module errors
Module Items
Structs
Enums
Type Aliases
In crate mastodon_
async
mastodon_async
Module
errors
Copy item path
Source
Expand description
Errors
Structs
§
ApiError
Error returned from the Mastodon API.
Enums
§
Error
enum of possible errors encountered using the mastodon API.
Type Aliases
§
Result
Convience type over
std::result::Result
with
Error
as the error type.