From d11f32d693c87a0720ccd2eca7f6c2a8e624e03a Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 31 Dec 2022 14:22:18 -0600 Subject: [PATCH] version 0.1.0 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c57e364..eec2920 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ 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. +## Statis +All barcode formats are tested and functioning in their current state against current tests. + +## Incomplete +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 +used to enable the use of the `image` crate is currently on by default. Turning it off may result in unexpected results. + +## Example + ``` use std::{collections::HashMap, rc::Rc};