Module pdfium_render::bindings
source · [−]Expand description
Defines the PdfiumLibraryBindings trait, containing run-time bindings to the FPDF_* functions exported by the Pdfium library.
Traits
Platform-independent function bindings to an external Pdfium library.
On most platforms this will be an external shared library loaded dynamically
at runtime, either bundled alongside your compiled Rust application or provided as a system
library by the platform. On WASM, this will be a set of Javascript functions exposed by a
separate WASM module that is imported into the same browser context.