Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

Stupid Hash

A hash implementation in Rust, based on a hash implementation in C based on the hash implementation in Kernighan and Pike's The Practice of Programming (1999).

I wanted to use arrays instead of vectors but ran into trouble with the Copy trait.