Crates.io | rxing-cli |
lib.rs | rxing-cli |
version | |
source | src |
created_at | 2023-01-07 20:21:47.670324 |
updated_at | 2024-12-28 16:07:13.157806 |
description | A command line interface for rxing supporting encoding and decoding of multiple barcode formats |
homepage | |
repository | https://github.com/rxing-core/rxing/tree/main/crates/cli |
max_upload_size | |
id | 753220 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | 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 |
A command line interface for rxing supporting encoding and decoding of barcode data.
rxing-cli help
rxing-cli help encode
rxing-cli help decode
cargo install rxing-cli
rxing-cli test_image.jpg encode --width 500 --height 500 --data "Sample Data and TEST Data" qrcode
rxing-cli test_image.jpg decode
rxing-cli test_image.jpg decode --decode-multi
Currently building with a minimum rust version of 1.69. Versions below that are not tested and may not compile or run as expected.