rxing-cli

Crates.iorxing-cli
lib.rsrxing-cli
version
sourcesrc
created_at2023-01-07 20:21:47.670324
updated_at2024-12-28 16:07:13.157806
descriptionA command line interface for rxing supporting encoding and decoding of multiple barcode formats
homepage
repositoryhttps://github.com/rxing-core/rxing/tree/main/crates/cli
max_upload_size
id753220
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`
size0
Henry A Schimke (hschimke)

documentation

README

rxing-cli

A command line interface for rxing supporting encoding and decoding of barcode data.

Full documentation

rxing-cli help rxing-cli help encode rxing-cli help decode

Instalation

cargo install rxing-cli

Example Encode

rxing-cli test_image.jpg encode --width 500 --height 500 --data "Sample Data and TEST Data" qrcode

Example Decode

rxing-cli test_image.jpg decode

Example Multi Barcode Decode

rxing-cli test_image.jpg decode --decode-multi

Minimum Rust Version

Currently building with a minimum rust version of 1.69. Versions below that are not tested and may not compile or run as expected.

Commit count: 929

cargo fmt