winprint 0.2.1

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