fix readme

This commit is contained in:
Henry Schimke
2022-12-31 14:55:18 -06:00
parent aa92842bb7
commit d2a2e24472

View File

@@ -6,9 +6,26 @@ 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. Porting was done with the rust language in mind, though some parts may resemble java more directly than a proper clean-sheet rust implementation.
## Statis ## 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.
| Symbology | Status |
| --- | --- |
| aztec | complete |
| datamatrix | complete |
| maxicode | complete |
| pdf417 | complete |
| qrcode | complete |
| coda | complete |
| code 39 | complete |
| code 93 | complete |
| code 128 | complete |
| itf | complete |
| ean 8 | complete |
| ean 13 | complete |
| upc a | complete |
| upc e | complete |
## Incomplete ## Incomplete
The library has only been thurougly tested with the `BufferedImageLuminanceSource` source format. Using any other The library has only been thurougly tested with the `BufferedImageLuminanceSource` source format. Using any other
source is currently experimental and may result in unexpected or undefined outputs. This means that the feature flag source is currently experimental and may result in unexpected or undefined outputs. This means that the feature flag