redactor 0.3.0

Secure PDF redaction library with Type3 font support using MuPDF
Documentation
1
2
3
4
5
6
7
8
9
//! Common test utilities and helpers.
//!
//! This module provides shared functionality for all tests, including:
//! - Test fixtures and PDF builders
//! - Validation utilities

pub mod fixtures;

pub use fixtures::*;