micropdf 0.17.0

A pure Rust PDF library - A pure Rust PDF library with fz_/pdf_ API compatibility
1
2
3
4
5
6
//! QPDF error types — compatibility shim.
//!
//! `QpdfError` and `Result` are re-exported from `crate::micropdf::qpdf_error`.
//! Bidirectional conversions with `MpError` are implemented there.

pub use crate::micropdf::qpdf_error::{QpdfError, Result};