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

add support for alloc::vec::Vec #24

Merged
merged 1 commit into from
Nov 14, 2023
Merged

add support for alloc::vec::Vec #24

merged 1 commit into from
Nov 14, 2023

Conversation

rursprung
Copy link
Collaborator

with this it is now possible to either use the API with heapless::Vec or alloc::vec::Vec. as the API has to be chosen explicitly now using a feature this is a breaking change.

solves #4

@rursprung rursprung added the enhancement New feature or request label Nov 14, 2023
@rursprung rursprung force-pushed the add-support-for-alloc branch 2 times, most recently from 6244925 to f612f30 Compare November 14, 2023 15:47
with this it is now possible to either use the API with `heapless::Vec`
or `alloc::vec::Vec`. as the API has to be chosen explicitly now using a
feature this is a breaking change.

solves #4
@rursprung rursprung force-pushed the add-support-for-alloc branch from f612f30 to b12d67d Compare November 14, 2023 16:06
@rursprung rursprung merged commit 52bd0be into master Nov 14, 2023
9 checks passed
@rursprung rursprung deleted the add-support-for-alloc branch November 14, 2023 17:03
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

Successfully merging this pull request may close these issues.

1 participant