Skip to main content

winprint_ext/test_utils/
mod.rs

1#![cfg(feature = "test-utils")]
2/// Provides an auto-managed "print-to-file" virtual printer for testing.
3///
4/// See [`file_device::FilePrinterDevice`] for the high-level entry point.
5pub mod file_device;
6/// Provides a auto-managed null printer device for testing.
7pub mod null_device;