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

#![no_std] support #10

Closed
tarcieri opened this issue Feb 22, 2017 · 2 comments
Closed

#![no_std] support #10

tarcieri opened this issue Feb 22, 2017 · 2 comments

Comments

@tarcieri
Copy link

tarcieri commented Feb 22, 2017

It would be nice if this crate could leverage static byte arrays as arenas and/or alloc_system to perform allocations as an alternative to using Vec, so as to support #![no_std] use cases

@tarcieri
Copy link
Author

This seems fairly easy to add. Would a PR for this be accepted?

@fitzgen
Copy link
Collaborator

fitzgen commented Jun 29, 2018

Fixed in #15

@fitzgen fitzgen closed this as completed Jun 29, 2018
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