// Copyright 2016-2020 the Tectonic Project
// Licensed under the MIT License.
//! Tectonic I/O implementations for types provided by `flate2`.
//!
//! Due to Rust's coherence rules, such implementations must be provided in this
//! crate, unless we want to get into creating wrapper types.
use GzDecoder;
use ;
use Result;
use ;