checkin for entire port source tree

This commit is contained in:
Henry Schimke
2022-08-12 16:58:30 -05:00
parent 363de696ea
commit 3a4400e78c
2999 changed files with 100197 additions and 10 deletions

View File

@@ -1,4 +1,7 @@
# rxing
cRustacean Crossing
# rxing - cRustacean Crossing
A port of the ZXing (https://github.com/zxing/zxing) java barcode library to pure rust.
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.
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.