Crate bufferpool

Source
Expand description

Hey

Structs§

BufferPool
A “vector of vectors” backed by a single contiguous vector. Allows for mutable borrows of non-overlapping regions.
BufferPoolBuilder
A builder interface for creating a new BufferPool.
BufferPoolReference
A reference to a slice of the BufferPool. When dropped it will finish the borrow and return the space.