mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
@@ -15,6 +15,8 @@ An online demo is available at [scan.rxing.org](https://scan.rxing.org).
|
|||||||
## WASM
|
## WASM
|
||||||
If you're looking for a WASM version of this library, check out [rxing-wasm](https://github.com/rxing-core/rxing-wasm), or on [NPM](https://www.npmjs.com/package/rxing-wasm).
|
If you're looking for a WASM version of this library, check out [rxing-wasm](https://github.com/rxing-core/rxing-wasm), or on [NPM](https://www.npmjs.com/package/rxing-wasm).
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
All barcode formats are tested and functioning in their current state against current tests.
|
All barcode formats are tested and functioning in their current state against current tests.
|
||||||
|
|||||||
@@ -17,3 +17,6 @@ A command line interface for rxing supporting encoding and decoding of barcode d
|
|||||||
|
|
||||||
## Example Multi Barcode Decode
|
## Example Multi Barcode Decode
|
||||||
`rxing-cli test_image.jpg decode --decode-multi`
|
`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.
|
||||||
Reference in New Issue
Block a user