goish 0.4.0

Write Rust using Go idioms — a Go-flavored standard library for Rust
Documentation
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;