Crates.io | ipp-util |
lib.rs | ipp-util |
version | |
source | src |
created_at | 2019-07-20 08:24:00.475264 |
updated_at | 2024-12-04 09:56:41.209427 |
description | IPP command line print utility |
homepage | |
repository | https://github.com/ancwrd1/ipp.rs |
max_upload_size | |
id | 150312 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate contains ipputil
CLI application to perform common IPP operations
such as getting printer attributes or printing a file.
To install it run cargo install ipp-util
. For command line use usage run ipputil --help
.
Usage example:
ipputil print -f /path/to/file.pdf http://192.168.1.100:631/ipp
Licensed under MIT or Apache license (LICENSE-MIT or LICENSE-APACHE)