1mod decoder; 2mod encoder; 3mod header; 4 5pub(crate) use self::{decoder::GzipDecoder, encoder::GzipEncoder};