Crate checked_array

Source

Modules§

misc
Miscellaneous stuff

Structs§

Array
A wrapper for array types that exposes checked APIs only
Preallocated
A wrapper that implements CanAlloc over a preallocated buffer

Traits§

ArrayAlloc
A trait for allocatable/resizeable linear array types
ArrayAllocPanic
An infallible/panicking variant of ArrayAlloc
ArrayMut
A trait for mutably referencable linear array types
ArrayRef
A trait for referencable linear array types