Crates.io | exmod |
lib.rs | exmod |
version | 0.3.3 |
source | src |
created_at | 2021-10-10 16:53:23.853764 |
updated_at | 2022-03-05 05:15:52.493214 |
description | Bindings to libxm, a small XM player library. |
homepage | |
repository | https://gitlab.com/fluidex/exmod |
max_upload_size | |
id | 463202 |
size | 121,679 |
This crate provides a both safe & unsafe wrappers around the libxm library.
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.
Just add this crate to your dependencies (in the Cargo.toml
file):
[dependencies]
exmod = "0.3"
And start working with it...
See examples folder in repository.