1// Copyright 2023 The rust-ggstd authors. 2// SPDX-License-Identifier: BSD-3-Clause 3 4pub mod flate; 5pub mod gzip; 6pub mod zlib;