Expand description
This crate defines various array implementations. All of them
are ABI stable (as in #[repr(C)]
).
The crate is #![no_std]
.
Modulesยง
- dynamic_
array - Holds the definition of
DynamicArray
. - errors
- Holds various array errors.
- traits
- Holds traits defining what being an array means.