Docs.rs
  • lastfm-edit-3.3.0
    • lastfm-edit 3.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • colonelpanic8
    • Dependencies
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • clap ^4.4 normal
      • dirs ^5.0 normal
      • env_logger ^0.11 normal
      • futures ^0.3 normal
      • http-client-2 ^6.6.3 normal
      • http-types-2 ^3.1.0 normal
      • log ^0.4 normal
      • mockall ^0.13 normal optional
      • regex ^1.0 normal
      • scraper ^0.23.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • time ^0.3 normal
      • tokio ^1.0 normal
      • urlencoding ^2.1 normal
      • mockall ^0.13 dev
      • tokio-test ^0.4 dev
    • Versions
    • 87.07% of the crate is documented
  • Go to latest version
  • Platform
    • 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

lastfm_edit3.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Html
  • album::Album
  • album::AlbumPage
  • client::LastFmEditClientImpl
  • discovery::album_tracks::AlbumTracksDiscovery
  • discovery::artist_tracks::ArtistTracksDiscovery
  • discovery::exact_match::ExactMatchDiscovery
  • discovery::track_variations::TrackVariationsDiscovery
  • edit::EditResponse
  • edit::ExactScrobbleEdit
  • edit::ScrobbleEdit
  • edit::SingleEditResponse
  • edit_analysis::EditAnalysisResult
  • events::RequestInfo
  • events::SharedEventBroadcaster
  • iterator::AlbumTracksIterator
  • iterator::ArtistAlbumsIterator
  • iterator::ArtistTracksIterator
  • iterator::RecentTracksIterator
  • login::LoginManager
  • parsing::LastFmParser
  • retry::RetryConfig
  • retry::RetryResult
  • session::LastFmEditSession
  • session_persistence::SessionManager
  • session_persistence::SessionPersistence
  • track::Track
  • track::TrackPage

Enums

  • error::LastFmError
  • events::ClientEvent
  • events::RateLimitType

Traits

  • discovery::discovery_iterator::AsyncDiscoveryIterator
  • iterator::AsyncPaginatedIterator
  • trait::LastFmEditClient

Functions

  • discovery::common::filter_by_original_album_artist
  • edit_analysis::analyze_edit_response
  • headers::add_common_headers
  • headers::add_cookies
  • headers::add_edit_headers
  • headers::add_get_headers
  • headers::add_login_headers
  • login::extract_cookies_from_response
  • retry::retry_operation
  • retry::retry_with_backoff

Type Aliases

  • AlbumTracksIterator
  • ArtistAlbumsIterator
  • ArtistTracksIterator
  • RecentTracksIterator
  • Result
  • events::ClientEventReceiver
  • events::ClientEventWatcher