slightlyoutofphase/staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
RustApache-2.0
Issues
- 0
Does not compile on recent nightly builds
#60 opened by zesterer - 4
- 1
Use Infallible for from_str
#55 opened by stevefan1999-personal - 1
- 2
Implement `core::fmt::Write` for `StaticVec`
#52 opened by Ayrx - 17
- 3
How unstable is this library?
#50 opened by timothee-haudebourg - 3
`const trait implementations may not use non-const default functions`
#49 opened by timothee-haudebourg - 1
Doesn't compile on latest nightly
#47 opened by ohmyarch - 7
There's not actually any practical reason for the `length` field of a StaticVec to be of type `usize`
#28 opened by slightlyoutofphase - 1
change requirement to rust stable
#46 opened by CapSel - 2
Add a `StaticVecDeque` type
#45 opened by timothee-haudebourg - 1
Miri flag passing changed
#44 opened by RalfJung - 1
- 10
Doesn't compile on latest nightly
#37 opened by yotamofek - 5
Other collections on stack
#33 opened by rogday - 12
Implement Copy for StaticString
#35 opened by c410-f3r - 2
- 1
- 1
- 3
staticsort depends on libstd
#29 opened by Amanieu - 1
Is the traditional iterator version of "Drain" as implemented by a few other libraries something people actually want?
#26 opened by slightlyoutofphase - 2
- 0
Do not require StaticVec::{staticvec, StaticVec} to be in scope for the macro staticvec! to work
#23 opened by NilsIrl - 2
`transmute_copy` possibly innefficient
#21 opened by Lucretiel - 3
- 2
Write::write_all is incorrect
#12 opened by Lucretiel - 0
Optional support for serde
#5 opened by c410-f3r - 1
Support for CI
#7 opened by c410-f3r - 3
Feature request: More Vec methods
#1 opened by niklasf - 0