28 releases
0.1.27 | Nov 25, 2024 |
---|---|
0.1.25 | Jul 31, 2024 |
0.1.22 | Mar 24, 2024 |
0.1.16 | Aug 3, 2023 |
0.1.13 | Mar 16, 2023 |
#329 in Encoding
193 downloads per month
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
~13–20MB
~277K SLoC