Navigation Menu

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

Minimal use_alloc feature #474

Merged
merged 3 commits into from Sep 22, 2020
Merged

Minimal use_alloc feature #474

merged 3 commits into from Sep 22, 2020

Conversation

jswrenn
Copy link
Member

@jswrenn jswrenn commented Sep 4, 2020

Introduces a use_alloc feature.

Breaking Change: Increases the MSRV to 1.36.0

Vec, String, etc., use their alternatives defined in alloc.

No attempt is made to support HashMap, which is not defined in alloc. This is thus a more minimal introduction of use_alloc than #471.

Fixes #365.
Partially fixes #470.

@jswrenn
Copy link
Member Author

jswrenn commented Sep 22, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 22, 2020

Build succeeded:

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

Successfully merging this pull request may close these issues.

more no_std support Use alloc instead of std if supported
1 participant