micropdf 0.15.15

A pure Rust PDF library - A pure Rust PDF library with fz_/pdf_ API compatibility
1
2
3
4
//! PDF xref — compatibility shim.
//! Re-exports from `crate::micropdf::xref`.

pub use crate::micropdf::xref::*;