Skip to main content

Crate printwell_sys

Crate printwell_sys 

Source
Expand description

Low-level FFI bindings for printwell.

This crate provides the cxx bridge between Rust and the native C++ library that wraps Chromium’s rendering components (Blink, Skia, PDFium).

Re-exports§

pub use ffi::*;

Modules§

ffi
FFI bridge module generated by cxx.

Functions§

rust_fetch_resource
Fetch a resource from a URL - called by C++ when Blink needs a resource.