[][src]Module beatsaver_rs::client

Client

This module contains client backend implmeentations.

The following backends are implemented:

  • Reqwest => reqwest_backend feature (asynchronous, uses Tokio)
  • Surf => surf_backend feature (asynchronous, uses async-std)
  • ureq => ureq_backend feature (synchronous)

If only one backend is specified, it will be aliased to BeatSaver

Structs

BeatSaver

BeatSaverApi implemented for Reqwest

BeatSaverReqwest

BeatSaverApi implemented for Reqwest