Module buffer

Module buffer 

Source
Expand description

Contains the trait the client uses to store slices of memory and basic implementations.

Structs§

AllocBuffer
Allocates memory using the global allocator.

Traits§

BufferProvider
A trait to describe anything that can allocate memory.