1 2 3 4 5
//! Re-exports the shared incremental block accumulator from the core crate. //! //! The canonical definition now lives in `swink_agent::stream_assembly`. pub use swink_agent::stream_assembly::BlockAccumulator;