exmod

Crates.ioexmod
lib.rsexmod
version0.3.3
sourcesrc
created_at2021-10-10 16:53:23.853764
updated_at2022-03-05 05:15:52.493214
descriptionBindings to libxm, a small XM player library.
homepage
repositoryhttps://gitlab.com/fluidex/exmod
max_upload_size
id463202
size121,679
(fluiderson)

documentation

README

This crate provides a both safe & unsafe wrappers around the libxm library.

Requirements

Building libxm is handled by the crate but requires GCC. In theory, building is possible with other build tools, but this hasn't been tested and therefore successfull building isn't guaranteed.

Usage

Just add this crate to your dependencies (in the Cargo.toml file):

[dependencies]
exmod = "0.3"

And start working with it...

Examples

See examples folder in repository.

Commit count: 64

cargo fmt