Crates.io | libosu |
lib.rs | libosu |
version | 0.0.28 |
source | src |
created_at | 2018-06-22 15:55:21.758037 |
updated_at | 2022-07-30 20:34:14.012059 |
description | General-purpose osu! library. |
homepage | |
repository | https://github.com/iptq/libosu.git |
max_upload_size | |
id | 71280 |
size | 1,559,356 |
General-purpose osu! library
This package is hosted on crates.io. In order to include this library into
your project, simply add this line into your Cargo.toml
:
libosu = "*"
The following features are available through adding features in Cargo.toml
,
and are not included by default since they may bring in extra dependencies:
apiv1
: Bindings for the osu! API v1.apiv2
: Bindings for the osu! API v2.replay-data
: Action data for osu! replay files (requires LZMA).Check out the API Documentation for details on how to use the various functions, or check out some of the examples (pending).
If you have a project using libosu, open an issue with a brief description and I'll add it to the list!
Authors: Michael Zhang
License: MIT