1 2 3 4 5 6 7 8 9
// hash: namespace for non-cryptographic hashers. // // Go goish // ───────────────────────────────── ────────────────────────────────── // "hash/crc32" goish::hash::crc32 // "hash/fnv" goish::hash::fnv pub mod crc32; pub mod fnv;