Crate arrayvec

Source
Expand description

arrayvec provides the types ArrayVec and ArrayString: array-backed vector and string types, which store their contents inline.

The arrayvec package has the following cargo features:

  • std

    • Optional, enabled by default
    • Use libstd; disable to use no_std instead.
  • serde

    • Optional
    • Enable serialization for ArrayVec and ArrayString using serde 1.x
  • zeroize

    • Optional
    • Implement Zeroize for ArrayVec and ArrayString

§Rust Version

This version of arrayvec requires Rust 1.51 or later.

Structs§

ArrayString
A string with a fixed capacity.
ArrayVec
A vector with a fixed capacity.
CapacityError
Error value indicating insufficient capacity
Drain
A draining iterator for ArrayVec.
IntoIter
By-value iterator for ArrayVec.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy