Export stream::Message enum

This commit is contained in:
Nathan Fisher 2023-07-07 22:51:20 -04:00
parent ce7fe5f019
commit 70e7846d3a

View File

@ -27,9 +27,12 @@ pub use {
filetype::FileType,
node::Node,
special::Special,
stream::Stream,
stream::Stream
};
#[cfg(feature = "parallel")]
pub use stream::Message as StreamMessage;
pub static MAGIC: [u8; 7] = [0x89, b'h', b'a', b'g', b'g', b'i', b's' ];
/// Creates a haggis archive from a list of files