Skip to content

Commit 427bd71

Browse files
authored
Merge pull request #8 from Abd002/main
fix: re-export job helpers and FORMAT_* constants at crate root
2 parents a954e3d + 62bc115 commit 427bd71

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@ pub use destination::{
183183
};
184184
pub use error::{Error, ErrorCategory, Result};
185185
pub use job::{
186-
ColorMode, DuplexMode, JobInfo, JobStatus, Orientation, PrintOptions, PrintQuality,
187-
create_job, create_job_with_options, get_active_jobs, get_completed_jobs,
186+
ColorMode, DuplexMode, FORMAT_JPEG, FORMAT_PDF, FORMAT_POSTSCRIPT, FORMAT_TEXT, JobInfo,
187+
JobStatus, Orientation, PrintOptions, PrintQuality, cancel_job, create_job,
188+
create_job_with_options, get_active_jobs, get_completed_jobs, get_job_info, get_jobs,
188189
};
189190
pub use ipp::{
190191
IppAttribute, IppOperation, IppRequest, IppResponse, IppStatus, IppTag, IppValueTag,

0 commit comments

Comments
 (0)