Skip to content

[meta] Wishlist for smallvec 2.0 #183

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
8 of 11 tasks
mbrubeck opened this issue Nov 19, 2019 · 0 comments
Open
8 of 11 tasks

[meta] Wishlist for smallvec 2.0 #183

mbrubeck opened this issue Nov 19, 2019 · 0 comments

Comments

@mbrubeck
Copy link
Collaborator

mbrubeck commented Nov 19, 2019

These are changes that weren't ready in time for 1.0 (#73).

Requires newer version of Rust than current minimum (1.36):

Depends on unstable Rust features:

Breaking API changes:

@mbrubeck mbrubeck changed the title [meta] Wishlist for 2.0 [meta] Wishlist for smallvec 2.0 Apr 22, 2020
xkikeg added a commit to xkikeg/bounded-static that referenced this issue Jul 26, 2024
… inside.

Now there's one drawback that in some case SmallVec<A> won't be
supported where A is still smallvec::Array but isn't [T; N]. However, it
should be OK in reality, given smallvec itself is going to be SmallVec<T, N>
instead of SmallVec<[T; N]> with removing this.

Context: servo/rust-smallvec#183
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant