From 26f3b18d5fe4e214e8e64e622b4c30b162e28e90 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Tue, 30 Aug 2022 10:04:24 -0500 Subject: [PATCH] fix porting description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2466112..983fa5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rxing - cRustacean Crossing -This is a port of the ZXing (https://github.com/zxing/zxing) java barcode library to pure rust. Conversion was done partially with java-2-rust (https://github.com/cguz/java-to-rust), but mostly by hand. Original license resides with the authors of zxing. +This is a port of the ZXing (https://github.com/zxing/zxing) java barcode library to pure rust. Conversion was done by hand. Original license resides with the authors of zxing. Porting of the testing library is incomplete.