Docs.rs
tcgdex_api-0.1.0
tcgdex_api 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
LudSoc
Dependencies
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0.116
normal
thiserror ^1.0.64
normal
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
tcgdex_
api
0.1.0
Module errors
Module Items
Structs
Enums
Type Aliases
In crate tcgdex_
api
tcgdex_api
Module
errors
Copy item path
Source
Expand description
Allow to get error information.
Structs
§
Tcgdex
Error
Error returned by TCGDEX API in some cases of bad request.
Enums
§
ApiError
The errors that may occur.
Type Aliases
§
Result
A
Result
alias where the
Err
case is
Error
.