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
  • Feature flags
  • Feature flags are not available for this release because it was built before features were collected by docs.rs.

bucket_vec

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

Feature flags are not available for this release because it was built before features were collected by docs.rs.