Docs.rs
lastfm-edit-6.0.1
lastfm-edit 6.0.1
Permalink
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-client-vcr ^1.1.0
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
http-client-vcr ^1.1.0
dev
mockall ^0.13
dev
test-log ^0.2
dev
tokio-test ^0.4
dev
Versions
75.37%
of the crate is documented
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
Skip to main content
parse_api_recent_tracks_response
lastfm_
edit
6.0.1
In lastfm_
edit::
api
lastfm_edit
::
api
Function
parse_
api_
recent_
tracks_
response
Copy item path
Source
pub fn parse_api_recent_tracks_response(json: &
str
) ->
Result
<
TrackPage
>