Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make things no_std where possible. #7

Open
icefoxen opened this issue Oct 12, 2018 · 2 comments
Open

Make things no_std where possible. #7

icefoxen opened this issue Oct 12, 2018 · 2 comments

Comments

@icefoxen
Copy link
Owner

No description provided.

@ceigel
Copy link

ceigel commented Jan 20, 2020

Currently there is no mp3 decoder library for embedded rust. The rinimp3 library uses a minimal set of dependencies and internally no std data structures. This makes the conversion to no_std relatively simple (I tried it and was able to compile within one hour). If the conversion is done, rinimp3 might become the de-facto decoder for embedded rust.

@icefoxen
Copy link
Owner Author

I don't have time or motivation to work on this along with everything else I want to do, unfortunately. If you want to, feel free!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants