Crate vector_buffers
source ·Expand description
The Vector Core buffer
This library implements a channel like functionality, one variant which is solely in-memory and the other that is on-disk. Both variants are bounded.
Re-exports§
pub use config::BufferConfig;
pub use config::BufferType;
Modules§
Enums§
- Event handling behavior when a buffer is full.
Traits§
- An item that can be buffered.
- An item that can be buffered in memory.