Expand description
rel_alloc
is a set of portable, relative-pointer based replacements for
alloc library types.
Re-exports
Modules
Memory allocation APIs.
A pointer type for heap allocation.
A UTF-8 encoded, growable string.
A contiguous growable array type with heap-allocated contents, written
RelVec<T>
.Traits
An extension trait for
Emplace
that provides an allocating emplacement
function.