#barcode #codec #command-line-interface #barcode-reader #barcode-writer #barcode-2d #barcode-1d

app rxing-cli

A command line interface for rxing supporting encoding and decoding of multiple barcode formats

23 releases

0.1.22 Mar 24, 2024
0.1.20 Feb 2, 2024
0.1.16 Aug 3, 2023
0.1.15 May 10, 2023
0.1.13 Mar 16, 2023

#420 in Encoding

Download history 14/week @ 2024-01-01 9/week @ 2024-01-29 6/week @ 2024-02-19 14/week @ 2024-02-26 167/week @ 2024-03-04 98/week @ 2024-03-11 103/week @ 2024-03-18 30/week @ 2024-03-25 217/week @ 2024-04-01

457 downloads per month

Apache-2.0

3MB
58K SLoC

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.

Dependencies

~24MB
~272K SLoC