nanomp3 0.0.0

Pure Rust no_std MP3 decoder. Based on minimp3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "nanomp3"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pure Rust no_std MP3 decoder. Based on minimp3"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "nanomp3"
readme = false
version = "0.0.0"