- StaticVec 0.11.0 - fully fixed for current nightly Rust and updated to the 2021 edition https://github.com/slightlyoutofphase/staticvec 17 comments rust
- StaticVec 0.9.0: now with a fixed-capacity StaticHeap based on std::collections::BinaryHeap, a const-context-compatible macro constructor for StaticString, const trait impls, and more! https://github.com/slightlyoutofphase/staticvec 3 comments rust
- StaticVec 0.8.0: now also featuring a fixed-capacity StaticString! https://github.com/slightlyoutofphase/staticvec 14 comments rust
- StaticVec 0.7.0: faster, quite a bit const-ier, and generally more refined https://github.com/slightlyoutofphase/staticvec 59 comments rust
- StaticVec 0.6.0: const fn constructors, many new methods, and more! https://github.com/slightlyoutofphase/staticvec 3 comments rust
- StaticVec 0.5.0: "seriously, this is what's possible with const generics right now, not in the future" edition https://github.com/slightlyoutofphase/staticvec 50 comments rust
- StaticVec 0.4.0: a non-hypothetical, not-just-an-experiment, fully featured "ArrayVec but with const generics" that you can Actually For Real use right now https://github.com/slightlyoutofphase/staticvec 23 comments rust
- StaticVec 0.2.0: Now with a zero-allocation constructor macro, full no-std support, complete iterator implementations, and more! https://github.com/slightlyoutofphase/staticvec 18 comments rust
Linking pages
Linked pages
Would you like to stay up to date with Rust? Checkout Rust
Weekly.