Skip to main content

Crate osom_lib_arrays

Crate osom_lib_arrays 

Source
Expand description

This crate defines various array implementations. All of them are ABI stable (as in #[repr(C)]).

The crate is #![no_std].

Modulesยง

const_helpers
Holds const helpers for arrays and slices.
dynamic_array
Holds the definition of DynamicArray.
errors
Holds definitions of various array errors.
fixed_array
Holds the definition of FixedArray.
inline_array
Holds the definition of InlineArray.
stdstd
Holds aliases for the standard arrays.
traits
Defines mutable and immutable traits for arrays.