Module raw_vec

Source

Structsยง

RawVec ๐Ÿ”’
A low-level utility for more ergonomically allocating, reallocating, and deallocating a buffer of memory on the heap without having to worry about all the corner cases involved. This type is excellent for building your own data structures like Vec and VecDeque. In particular:
TryReserveError
The error type for try_reserve methods.

Enumsยง

AllocInit ๐Ÿ”’
TryReserveErrorKind
Details of the allocation that caused a TryReserveError

Functionsยง

alloc_guard ๐Ÿ”’
capacity_overflow ๐Ÿ”’
finish_grow ๐Ÿ”’
handle_reserve ๐Ÿ”’