heaparray 0.1.2

Heap-allocated array with optional metadata field
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# HeapArray
This crate aims to give people better control of how they want to allocate memory,
by providing a customizable way to allocate blocks of memory, that optionally contains
metadata about the block itself.

<!-- TODO
## Features

## Examples

-->