From 9b7bd5696a21496fa0c38a17e69c5c0658acfe73 Mon Sep 17 00:00:00 2001 From: Genny Date: Mon, 11 Oct 2021 03:35:38 -0500 Subject: Implement images iterator --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 97bab10..c7d820d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ mod color; +mod colorimage; mod gif; mod lzw; @@ -10,6 +11,7 @@ use core::fmt; use std::error::Error; pub use color::Color; +pub use colorimage::ColorImage; pub use gif::Gif; pub use lzw::LZW; -- cgit 1.4.1-3-g733a5