mod color; mod gif; mod lzw; pub mod block; pub mod writer; pub use color::Color; pub use gif::Gif; pub use lzw::LZW;