arrayvec 0.4.9

A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Documentation

arrayvec

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.

This version has 7 feature flags, 2 of them enabled by default.

default

  • std

std

    This feature flag does not enable additional features.

serde-1

  • serde

use_union

    This feature flag does not enable additional features.

array-sizes-129-255

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

array-sizes-33-128

    This feature flag does not enable additional features.