Re-export Header type at the crate root

This commit is contained in:
Ivan Smirnov 2021-11-29 22:39:06 +00:00
parent 62a659eb03
commit b290afbc02

View file

@ -10,6 +10,7 @@ pub use crate::colorspace::ColorSpace;
pub use crate::decode::qoi_decode_to_vec;
pub use crate::encode::qoi_encode_to_vec;
pub use crate::error::{Error, Result};
pub use crate::header::Header;
#[cfg(test)]
mod tests {