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

pub use crate::micropdf::link::{
    MpLink as Link, MpLinkDest as LinkDest, MpLinkDestType as LinkDestType, MpLinkList as LinkList,
    MpLocation as Location,
};