heaparray 0.3.0

Heap-allocated array with optional metadata field
Documentation
1
2
3
4
5
6
7
8
mod arc;
mod heap;
mod rc;

pub use crate::prelude::*;
pub use arc::*;
pub use heap::*;
pub use rc::*;