Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
-
Updated
May 29, 2023 - Rust
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
A simple in-memory search for collections and key-value stores.
A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type.
A variant of Vec with interior mutability
Remotely observable collection types
Vector supporting small buffer optimization
VectRust is a Rust library for Vec. It's a simple library built to learn Rust and to understand how allocators work in Rust.
Add a description, image, and links to the vec topic page so that developers can more easily learn about it.
To associate your repository with the vec topic, visit your repo's landing page and select "manage topics."