heaparray 0.5.1

Flexible support for dynamically-sized types, using heap-allocated array of structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*!
Implementations of safe APIs to the `BaseArray` struct.

`BaseArray` is defined in [`heaparray::base`](../base/index.html).
*/

mod generic;
mod p_types;

pub use crate::api_prelude::*;
pub use generic::*;
pub use p_types::{FatPtrArray, ThinPtrArray};