rg_soundmap 0.7.0

A Rust library for managing a sound map format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rg_soundmap

[<img alt="github" src="https://img.shields.io/badge/github-source-8da0cb?style=for-the-badge&logo=github" height="22">](https://github.com/NangmanGureum/rg_soundmap)
[<img alt="crates.io" src="https://img.shields.io/crates/v/rg_soundmap?style=for-the-badge" height="22">](https://crates.io/crates/rg_soundmap)
[<img alt="docs.rs" src="https://img.shields.io/docsrs/rg_soundmap?style=for-the-badge" height="22">](https://docs.rs/rg_soundmap)

A Rust library for adding or managing a soundmap file. It is used for developing games and applications.

You can see format specification [here](https://github.com/NangmanGureum/rg_soundmap/wiki).

# License

This library follows [MIT License](https://opensource.org/license/mit). but some example data applies CC BY-NC-SA 4.0. (What data applies is TBD)

`SPDX-License-Identifier: MIT WITH CC-BY-NC-SA-4.0`