Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 515 Bytes

osu-api

Feature rich osu! API wrapper.

Project structure

This project is separated by two part:

  • api
    • v1
    • v2
  • util
    • v1
    • v2

Each part of this project can be enable/disable by --features parameter. The api part contains data structure serialize/deserialize and net IO. The util part contains some useful utilities function.

Custom client

If you don't like the default reqwest::Client, you can implement the OsuApiRequester trait for your client.