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 #3

Open
toddtreece opened this issue Oct 27, 2019 · 0 comments
Open

no_std support #3

toddtreece opened this issue Oct 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@toddtreece
Copy link
Owner

toddtreece commented Oct 27, 2019

String and Vec both use the heap. Switch to &str and &[u8] where possible to better support embedded clients.

@toddtreece toddtreece added the enhancement New feature or request label Oct 27, 2019
@toddtreece toddtreece changed the title Switch from String to str where possible Remove String and Vec Nov 11, 2019
@toddtreece toddtreece self-assigned this Nov 20, 2019
@toddtreece toddtreece changed the title Remove String and Vec no_std support Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant