summaryrefslogtreecommitdiffstats
path: root/third_party/rust/image/src/io/mod.rs
blob: e7964c72592dcbfa84afd43161c1af082c2c926e (plain)
1
2
3
4
5
//! Input and output of images.
mod reader;
pub(crate) mod free_functions;

pub use self::reader::Reader;