Expand description
Common types and traits for the ff-* crate family.
This crate provides shared abstractions used across all ff-* crates, particularly for memory management and buffer pooling.
Structs§
- Pooled
Buffer - A buffer acquired from a
FramePool. - VecPool
- A simple frame pool backed by a
Vecof reusable buffers.
Traits§
- Frame
Pool - A trait for frame buffer pooling.