Skip to main content

pdf_redact/
lib.rs

1mod image_mask;
2pub mod redact;
3
4pub use redact::{ApplyReport, PageRedactionPlan, apply_redactions};