//! Module containing primitives to manage computations buffers for memory optimized fft primitives.
use PodStack;
/// Struct containing a resizable buffer that can be used with a `PodStack` to provide memory
/// buffers for memory optimized fft primitives.