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

use arrayvec::ArrayVec instead #33

Closed
wants to merge 1 commit into from
Closed

use arrayvec::ArrayVec instead #33

wants to merge 1 commit into from

Conversation

lebensterben
Copy link
Contributor

Added a wrapper type html5gum::arrayvec::ArrayVec which
in turn uses arrayvec::ArrayVec but only exposes the following
interface:

  • new() -> html5gum::arrayvec::ArrayVec<T, CAP>
  • push(&mut html5gum::arrayvec::ArrayVec<T, CAP>)
  • drain(&mut html5gum::arrayvec::ArrayVec<T, CAP>) -> arrayvec::Drain<T, CAP>

closes #32

Added a wrapper type `html5gum::arrayvec::ArrayVec` which
in turn uses `arrayvec::ArrayVec` but only exposes the following
interface:
- `new() -> html5gum::arrayvec::ArrayVec<T, CAP>`
- `push(&mut html5gum::arrayvec::ArrayVec<T, CAP>)`
- `drain(&mut html5gum::arrayvec::ArrayVec<T, CAP>) -> arrayvec::Drain<T, CAP>`
@untitaker
Copy link
Owner

See #32 (comment)

@untitaker untitaker closed this Feb 2, 2022
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

Successfully merging this pull request may close these issues.

use arrayvec crate instead
2 participants