use crateCompressionAlgorithm;
/// Runtime compression settings read from the tracker configuration.
///
/// Stored in the process-wide [`COMPRESSION`] `OnceLock` and consulted by
/// every [`CompressedBytes`] compress/decompress call.
///
/// [`COMPRESSION`]: crate::common::structs::compressed_bytes::COMPRESSION
/// [`CompressedBytes`]: crate::common::structs::compressed_bytes::CompressedBytes
pub