heaparray 0.2.1

Heap-allocated array with optional metadata field
Documentation
1
2
3
4
5
6
7
mod array_ref;
mod labelled_array;
mod make_array;

pub use array_ref::*;
pub use labelled_array::*;
pub use make_array::*;