heaparray 0.1.6

Heap-allocated array with optional metadata field
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod fat_arc_array_ptr;
pub mod fat_rc_array_ptr;
pub(crate) mod prelude;
pub mod thin_arc_array_ptr;
pub mod thin_rc_array_ptr;

pub use crate::prelude::*;
pub use fat_arc_array_ptr::FpArcArray;
pub use fat_rc_array_ptr::FpRcArray;
// pub use thin_rc_array_ptr::TpRcArray;
// pub use thin_arc_array_ptr::TpArcArray;