// devela::data::codec::pack::compress::mode
/// The type of compression applied to data.
///
/// This enum is used to specify whether the compression algorithm prioritizes
/// retaining all original data or reducing file size, potentially at the cost
/// of data fidelity.