https://github.com/germangb/minimp3-rs
minimp3 rust bindings + wrapper
https://github.com/germangb/minimp3-rs
audio mp3 rust
Last synced: 7 months ago
JSON representation
minimp3 rust bindings + wrapper
- Host: GitHub
- URL: https://github.com/germangb/minimp3-rs
- Owner: germangb
- License: mit
- Created: 2018-01-29T18:19:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T19:10:59.000Z (almost 2 years ago)
- Last Synced: 2025-06-15T04:17:30.636Z (about 1 year ago)
- Topics: audio, mp3, rust
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 69
- Watchers: 1
- Forks: 23
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimp3-rs
Rust bindings and high-level wrapper for the minimp3 library.
> [!CAUTION]
> This crate is not recommended for new projects due to multiple memory
> unsoundness issues and the availability of mature, safe Rust alternatives.
> Consider using fully Rust-based libraries instead, such as:
>
> - [symphonia](https://crates.io/crates/symphonia)
> - [nanomp3](https://crates.io/crates/nanomp3)
> [!IMPORTANT]
> Maintainership Update: I (@phip1611) have taken over maintainership from
> @germangb to prevent this crate from bit rotting. My effort will be limited,
> so I welcome and encourage community contributions!
## Crate Overview
This is a Cargo workspace consisting of multiple crates:
- [minimp3](./crates/minimp3)
- [minimp3-sys](./crates/minimp3-sys)