1 2 3 4 5 6 7 8 9
pub use frc42_hasher as hasher; pub use frc42_hasher::hash; pub use frc42_macros::method_hash; pub mod match_method; pub mod message; #[cfg(test)] mod tests {}