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