Rust-PHF is a library to generate efficient lookup tables at compile time using perfect hash functions. It currently uses the CHD algorithm and can generate a 100,000 entry map in roughly .4 seconds.
This repository contains the source of "The Rust Programming Language" book, specifically an experimental branch that supports interactive features like quizzes. If you discovered an issue in at https ...