//! A ZeroCopy [`Map`] and [`Set`] based on a perfect hash functions.
//!
//! While these maps can be incredibly performant, they can be incredibly
//! expensive to build. So avoid these if you're storing many elements.
//!
//! For very large maps and sets, prefer to use [`swiss`] instead.
//!
//! [`swiss`]: crate::swiss
// Map internals copied from rust-phf under the MIT license.
//
// See:
// https://github.com/rust-phf/rust-phf/tree/b7116ff519415d302c070aa313831cd473b1a911
pub
pub
pub use Entry;
pub use ;
pub use ;
pub use *;