Docs.rs
discogs-api-0.0.4
discogs-api 0.0.4
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
Breadinator
Dependencies
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
Versions
6.16%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
discogs_api/client/
auth.rs
1
pub enum
Auth {
2
Token(String),
3
}