Make non-hash an external lib

This commit is contained in:
Ariel Davis 2023-05-03 19:15:14 -07:00
parent a4966c9282
commit 29256f22e4
5 changed files with 43 additions and 6 deletions

View file

@ -7,13 +7,13 @@ use std::process::Command;
use std::{cmp::Ordering, ops, time::Instant};
mod macros;
pub mod hash;
pub mod process;
pub mod panic_context;
pub mod non_empty_vec;
pub mod rand;
pub use always_assert::{always, never};
pub use non_hash as hash;
#[inline(always)]
pub fn is_ci() -> bool {