Docs.rs
  • discogs-api-0.0.4
    • discogs-api 0.0.4
    • 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
    • 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

discogs_api0.0.4

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • ErrorResponse
  • ParsedResponse
  • client::Client
  • client::ClientBuilder
  • data_types::Artist
  • data_types::ArtistReleases
  • data_types::Image
  • data_types::ImageDimensions
  • data_types::Label
  • data_types::Master
  • data_types::MasterVersions
  • data_types::MasterVersionsItem
  • data_types::MasterVersionsItemStats
  • data_types::MasterVersionsItemStatsCommAndUser
  • data_types::Member
  • data_types::NamedResource
  • data_types::Pagination
  • data_types::PaginationUrls
  • data_types::Rating
  • data_types::Release
  • data_types::ReleaseRating
  • data_types::ReleaseRatingByUser
  • data_types::ReleaseStats
  • data_types::Track
  • data_types::Video
  • endpoints::Artist
  • endpoints::ArtistReleases
  • endpoints::ArtistReleasesParams
  • endpoints::CommunityRating
  • endpoints::Label
  • endpoints::Master
  • endpoints::MasterVersions
  • endpoints::MasterVersionsParams
  • endpoints::Params
  • endpoints::Release
  • endpoints::ReleaseRatingByUser
  • endpoints::ReleaseStats

Enums

  • Error
  • client::Auth
  • client::BuildError
  • client::Params
  • data_types::Fallible
  • data_types::ImageType
  • data_types::SortOrder
  • endpoints::MasterVersionsSort

Traits

  • endpoints::Endpoint