Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

[][src]Cratearrayvec

arrayvec provides the typesArrayVec andArrayString: 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 useno_std instead.
  • serde

    • Optional
    • Enable serialization for ArrayVec and ArrayString using serde 1.x
  • array-sizes-33-128,array-sizes-129-255

    • Optional
    • Enable more array sizes (seeArray for more information)
  • unstable-const-fn

Rust Version

This version of arrayvec requires Rust 1.36 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 forArrayVec.

IntoIter

By-value iterator forArrayVec.

Traits

Array

Trait for fixed size arrays.


[8]ページ先頭

©2009-2025 Movatter.jp