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;
pub use config::MemoryBufferSize;

Modules§

config
encoding
topology

Enums§

WhenFull
Event handling behavior when a buffer is full.

Traits§

Bufferable
An item that can be buffered.
EventCount
InMemoryBufferable
An item that can be buffered in memory.