cacao/appkit/src/printing/mod.rs

6 lines
147 B
Rust
Raw Normal View History

//! Implements types used for printing (both configuring print jobs, as well as the act of printing
//! itself).
pub mod types;
pub use types::*;