Skip to content
/ libosu Public
forked from mzhang28/libosu

Generic osu! library written in Rust

Notifications You must be signed in to change notification settings

Corsace/libosu

 
 

Repository files navigation

libosu

CI Crates.io Documentation dependency status

General-purpose osu! library

Installation

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).

Getting Started

Check out the API Documentation for details on how to use the various functions, or check out some of the examples (pending).

Projects using libosu

If you have a project using libosu, open an issue with a brief description and I'll add it to the list!

Contact

Primary maintainer: Michael Zhang

See contributors page for full list of authors.

License: MIT

About

Generic osu! library written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 59.5%
  • Rust 40.5%