Re-export Header type at the crate root
This commit is contained in:
parent
62a659eb03
commit
b290afbc02
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue