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

Investigate using FixedVec #2

Closed
toddtreece opened this issue Oct 27, 2019 · 1 comment
Closed

Investigate using FixedVec #2

toddtreece opened this issue Oct 27, 2019 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@toddtreece
Copy link
Owner

Vec from rust's std lib uses the heap, which is not great for embedded devices. FixedVec (or something similar) might be a good alternative.

@toddtreece toddtreece added enhancement New feature or request question Further information is requested labels Oct 27, 2019
This was referenced Oct 27, 2019
@toddtreece
Copy link
Owner Author

avoiding external dependencies in the first version as described in #4. closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant