cacao 0.3.2

Rust bindings for AppKit (macOS/Airyx/GNUStep, beta) and UIKit (iOS/tvOS, alpha).
Documentation
1
2
3
4
5
6
7
8
//! Implements types used for printing (both configuring print jobs, as well as the act of printing
//! itself).

pub mod enums;
pub use enums::PrintResponse;

pub mod settings;
pub use settings::PrintSettings;