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

Support for no_std environment? #17

Open
TheSamabo opened this issue Jun 30, 2021 · 1 comment
Open

Support for no_std environment? #17

TheSamabo opened this issue Jun 30, 2021 · 1 comment

Comments

@TheSamabo
Copy link

Hi,
i've been looking over some solutions to compression on embedded rust eg: no_std environment.

Does this crate require standard library?

Thanks, Sam

@main--
Copy link
Owner

main-- commented Jul 1, 2021

The crate currently uses Vec<u8> in multiple places, so making it compatible with no_std would require some work. That being said, I would of course be open to reviewing and merging a PR adding no_std support (provided that it doesn't degrade performance).

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