Crate osom_arrays_std

Crate osom_arrays_std 

Source
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ยง

StdDynamicArray
The standard DynamicArray, with StdAllocator attached.