Flexible support for dynamically-sized types, using heap-allocated array of structs
A no-std rust crate providing a heap-allocated non-resizable type-checked array.
An Implementation of a variable length array, with its main benefit over `Vec` is taking up less space
Simple linear memory array stored on the heap with a size determined at runtime.
libc heap array allocator
A statically sized array which lives on the heap, allowing it to have a size that does not need to be known at runtime.
malloc-based box. Supports wrapping pointers or null-terminated strings returned from malloc as a Rust type, which will be free'd on drop.