1mod hash; 2pub use hash::*; 3 4// Re-export hex here because it seems correct :P 5#[cfg(feature = "cli")] 6pub use hex;