digestible 0.2.3

A more dynamic Hash and Hasher trait for Rust
Documentation
1
2
3
4
5
6
/*!
Exports from core that are used in the macro
*/

pub use core::any::type_name;
pub use core::hash::{Hash, Hasher};