pdfluent 1.0.0-beta.5

Pure-Rust PDF SDK with XFA, PDF/A, digital signatures, and WASM support.
Documentation
1
2
3
4
5
6
7
8
//! Integration-test entry point for `tests/web_examples`.
//!
//! Cargo discovers each `tests/*.rs` file as an integration-test binary. We
//! point it at `tests/web_examples/mod.rs` which declares the per-snippet
//! modules. See issue #1240.

#[path = "web_examples/mod.rs"]
mod web_examples;