Crates.io | osu-api |
lib.rs | osu-api |
version | 0.1.0 |
source | src |
created_at | 2023-01-21 05:01:18.407303 |
updated_at | 2023-01-21 05:01:18.407303 |
description | An osu! API wrapper |
homepage | |
repository | https://github.com/Avimitin/osu-api |
max_upload_size | |
id | 763979 |
size | 66,153 |
Feature rich osu!
API wrapper.
This project is separated by two part:
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.
If you don't like the default reqwest::Client
, you can implement
the OsuApiRequester
trait for your client.