hps_decode 0.2.0

A library for parsing and decoding Super Smash Bros. Melee music files
Documentation
[dependencies.nom]
version = "7.1.3"

[dependencies.rayon]
version = "1.7.0"

[dependencies.rodio]
default-features = false
optional = true
version = "0.17.1"

[dependencies.thiserror]
version = "1.0.40"

[features]
rodio-source = ["dep:rodio"]

[lib]
doctest = false

[package]
description = "A library for parsing and 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.2.0"