Expand description
Heap-allocating types re-exported from alloc::*. Available with
the alloc (or std) feature. On no_std targets the consumer
must register a #[global_allocator]; the ove-allocator crate
provides a default that wraps libc malloc/free.