heaparray 0.1.0

Heap-allocated array with optional metadata field
Documentation
1
2
3
4
5
6
pub mod alloc;
pub mod array_ptr;
pub mod memory_block;

#[cfg(test)]
pub mod tests;