wolfpack 0.3.1

A package manager and a build tool that supports major package formats (deb, RPM, ipk, pkg, MSIX).
Documentation
mod any;
mod hash_array;
mod hasher;
mod hashing_reader;
mod hex;
mod md5;
mod multi_hash;
mod sha1;
mod sha256;
mod sha512;
#[cfg(test)]
mod tests;

pub use self::any::*;
pub use self::hash_array::*;
pub use self::hasher::*;
pub use self::hashing_reader::*;
pub use self::hex::*;
pub use self::md5::*;
pub use self::multi_hash::*;
pub use self::sha1::*;
pub use self::sha256::*;
pub use self::sha512::*;
#[cfg(test)]
pub use self::tests::*;