Registry / other / minimp3

minimp3

JSON →
library0.6.1rscratesunverified

Rust bindings with a high-level wrapper for the minimp3 C library

# Cargo.toml [dependencies] minimp3 = "0.6.1"
INSTALL
IMPORT
SIG · MINIMP3
M
minimp3
otherrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Decoder
use minimp3::Decoder;

Initialize an MP3 decoder

use minimp3::Decoder; fn main() { let mut decoder = Decoder::new(std::io::Cursor::new(vec![])); // Decode MP3 frames }
Debug
Known issues
gotchaRequires C compiler for building the C library bindings
fix
Ensure a C compiler (e.g., gcc, clang) is installed
affects: >=0.6.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
minimp3 — cargo add minimp3 · libregistry