Skip to main content

Crate ff_common

Crate ff_common 

Source
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§

PooledBuffer
A buffer acquired from a FramePool.
VecPool
A simple frame pool backed by a Vec of reusable buffers.

Traits§

FramePool
A trait for frame buffer pooling.