nanomp3 0.1.1

Pure Rust no_std MP3 decoder. Based on minimp3
Documentation
  • Coverage
  • 78.57%
    11 out of 14 items documented0 out of 6 items with examples
  • Size
  • Source code size: 223.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • robbie01/nanomp3
    18 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • robbie01

nanomp3

A pure Rust MP3 decoding library based on a c2rust translation of minimp3. no_std compatible.

⚠️ minimp3 is somewhat arcane to use and requires maintaining a read-ahead buffer. See examples/measure for example usage.