add minimum rust version to documentation

Fixes #35
This commit is contained in:
Henry Schimke
2023-05-16 08:26:04 -05:00
parent eb97b628a9
commit 07c1f17766
2 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ An online demo is available at [scan.rxing.org](https://scan.rxing.org).
## 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
All barcode formats are tested and functioning in their current state against current tests.

View File

@@ -16,4 +16,7 @@ A command line interface for rxing supporting encoding and decoding of barcode d
`rxing-cli test_image.jpg 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.