Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.
/ mp3 Public archive

Rust MP3 decoder project

License

Notifications You must be signed in to change notification settings

RustAudio/mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 file.

All examples inside the examples/ folder are licensed under the CC-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.

Releases

No releases published

Packages

No packages published

Languages