From 5273579e7ce91007ea2843610a09d2f813db7989 Mon Sep 17 00:00:00 2001 From: Henry A Schimke Date: Sun, 8 Jan 2023 21:13:54 -0600 Subject: [PATCH] add reference to rxing-cli --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c969a8c..4cd895f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Porting of the testing library is incomplete. Porting was done with the rust language in mind, though some parts may resemble java more directly than a proper clean-sheet rust implementation. +## CLI +If you're looking for a CLI interface into the library, please see [rxing-cli](https://crates.io/crates/rxing-cli). + ## Status All barcode formats are tested and functioning in their current state against current tests. @@ -63,4 +66,4 @@ v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanc v0.1.4 -> Dramatically improve performance for MultiFormatReader and for multiple barcode detection. ## Known Issues -Performance is low for GenericMultipleBarcodeReader. \ No newline at end of file +Performance is low for GenericMultipleBarcodeReader.