threepm 0.2.0

Rust bindings and high-level interface abstraction for ThreePM - a fixed-point MP3 decoding library written in C
Documentation
[[example]]
doc-scrape-examples = true
name = "mp3_to_raw"

[[example]]
doc-scrape-examples = false
name = "mp3_to_wave"

[[example]]
doc-scrape-examples = true
name = "easymode_wave"
[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
version = "0.2"
[dev-dependencies.byte-slice-cast]
version = "1.2.2"

[dev-dependencies.hound]
version = "3.5"

[features]
code-in-ram = []

[package]
categories = ["embedded", "no-std::no-alloc", "multimedia::audio"]
description = "Rust bindings and high-level interface abstraction for ThreePM - a fixed-point MP3 decoding library written in C"
edition = "2021"
license = "MIT AND RPSL-1.0"
name = "threepm"
readme = "README.md"
version = "0.2.0"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]