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 this crate no_std #94

Closed
garro95 opened this issue Jul 5, 2019 · 0 comments · Fixed by #106
Closed

Make this crate no_std #94

garro95 opened this issue Jul 5, 2019 · 0 comments · Fixed by #106

Comments

@garro95
Copy link

garro95 commented Jul 5, 2019

Using the new alloc crate released with Rust 1.36 it is possible to make the IndexMap independent from std.
It is suggested to make library crates use only the alloc crate in order to be compatible with the #![no_std] ecosystem

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

Successfully merging a pull request may close this issue.

1 participant