[][src]Module tinyvec_string::tinyvec

Re-exports from tinyvec.

You can see tinyvec's crate documentation here.

Macros

array_vec

Helper to make an ArrayVec.

tiny_vecalloc

Helper to make a TinyVec.

Structs

ArrayVec

An array-backed, vector-like data structure.

Enums

TinyVecalloc

A vector that starts inline, but can automatically move to the heap.

Traits

Array

A trait for types that are an array.