https://github.com/RustAudio/mp3
Rust MP3 decoder project
https://github.com/RustAudio/mp3
Last synced: 10 months ago
JSON representation
Rust MP3 decoder project
- Host: GitHub
- URL: https://github.com/RustAudio/mp3
- Owner: RustAudio
- License: other
- Archived: true
- Created: 2018-01-31T17:16:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T14:59:09.000Z (over 6 years ago)
- Last Synced: 2024-07-18T10:00:00.193Z (over 1 year ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 23
- Watchers: 19
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mp3
mp3 decoder written in pure Rust.
*WORK IN PROGRESS, nothing functional yet*
## Use of unsafe
The entire library uses not a single line of unsafe code.
In fact, lib.rs contains the `#![forbid(unsafe_code)]` directive.
## License
Licensed under Apache 2 or MIT (at your option). For details, see the [LICENSE](LICENSE) file.
All examples inside the `examples/` folder are licensed under the
[CC-0](https://creativecommons.org/publicdomain/zero/1.0/) license.
### License of your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for
inclusion in the work by you, as defined in the Apache-2.0 license,
shall be dual licensed / CC-0 licensed as above, without any additional terms or conditions.