micropdf 0.15.15

A pure Rust PDF library - A pure Rust PDF library with fz_/pdf_ API compatibility
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,
};