bucket_vec 0.3.0

An efficient vector-like data structure that consists of fixed-capacity buckets in order to store elements without moving them arround as a replacement for situations where the naive go-to solution would be using a collection of boxes, e.g. Vec<Box<T>>.
Documentation