heaparray 0.1.4

Heap-allocated array with optional metadata field
Documentation
1
2
3
4
5
6
7
8
9
---
---
# TODO
- [X] Write pointer types that are easier to use
   - [X] Write tests
- [ ] Write methods to correctly create Arc versions
   - [ ] Write tests
- [ ] Allow the user to customize allocator
   - [ ] Write tests