//! Internal utility functions and helpers.
//!
//! This module contains small helper functions used throughout the crate.
//! It is an implementation detail and not part of the public API.
use Bytes;
/// Combines two byte slices into a new Bytes object.
///
/// This is used when pending bytes need to be combined with new data
/// to form a complete chunk.