exmod 0.2.1

Bindings to libxm, a small XM player library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[libxm]: <https://github.com/Artefact2/libxm>

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):
```toml
[dependencies]
exmod = "0.2"
```
And start working with it...

### Examples
See [examples](https://gitlab.com/fluidex/exmod/-/tree/master/examples) folder in repository.