Expand description
This crate provides standard array variants,
i.e. arrays with StdAllocator
bound.
This crate is #![no_std]
, however it does use
osom_alloc_std
under the hood, which requires
alloc
external crate.
Type Aliasesยง
- StdDynamic
Array - The standard
DynamicArray
, withStdAllocator
attached.