micropdf 0.17.0

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

pub use crate::micropdf::cookie::MpCookie as Cookie;