hps_decode 0.1.0

A library for decoding Super Smash Bros. Melee music files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rayon]
version = "1.7.0"

[dependencies.thiserror]
version = "1.0.40"

[lib]
doctest = false

[package]
description = "A library for decoding Super Smash Bros. Melee music files"
edition = "2021"
exclude = ["/test-data"]
license = "MIT"
name = "hps_decode"
readme = "README.md"
repository = "https://github.com/DarylPinto/hps_decode"
version = "0.1.0"