Expand description
Hey
Structs§
- Buffer
Pool - A “vector of vectors” backed by a single contiguous vector. Allows for mutable borrows of non-overlapping regions.
- Buffer
Pool Builder - A builder interface for creating a new
BufferPool
. - Buffer
Pool Reference - A reference to a slice of the
BufferPool
. When dropped it will finish the borrow and return the space.