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
7
//! Archive — compatibility shim.
//!
//! Re-exports from `crate::micropdf::archive`.

pub use crate::micropdf::archive::{
    MpArchive as Archive, MpArchiveEntry as ArchiveEntry, MpArchiveFormat as ArchiveFormat,
};