Skip to main content

open_redact_pdf/
lib.rs

1//! Public Rust API for Open Redact PDF.
2//!
3//! This crate is the stable facade over the internal parser, graphics, text,
4//! target normalization, redaction, and writer crates.
5
6mod api;
7
8pub use api::*;