open-redact-pdf 0.4.0

Browser-first PDF redaction engine for structured, non-overlay PDF redaction via WebAssembly.
Documentation
1
2
3
4
5
6
7
8
//! Public Rust API for Open Redact PDF.
//!
//! This crate is the stable facade over the internal parser, graphics, text,
//! target normalization, redaction, and writer crates.

mod api;

pub use api::*;