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.

Traits§

FramePool
A trait for frame buffer pooling.