1 2 3 4 5 6 7
//! Hash Table — compatibility shim. //! //! Re-exports from `crate::micropdf::hash`. pub use crate::micropdf::hash::{ MP_HASH_TABLE_KEY_LENGTH as HASH_TABLE_KEY_LENGTH, MpHashTable as HashTable, };