| Crates.io | minimp3-sys |
| lib.rs | minimp3-sys |
| version | 0.6.0 |
| created_at | 2018-06-15 17:51:38.049253+00 |
| updated_at | 2025-08-10 19:07:06.366669+00 |
| description | Rust bindings for the minimp3 library. |
| homepage | |
| repository | https://github.com/germangb/minimp3-rs.git |
| max_upload_size | |
| id | 70266 |
| size | 249,178 |
How to manually generate minimp3 bindings using bindgen:
bindgen --use-core minimp3.c -- -Iminimp3 > src/bindings.rs