diff --git a/src/lib.rs b/src/lib.rs index 06bdab0..b83ada3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,6 +38,9 @@ pub use encode_hints::*; /// point in the barcode image such as a corner) is found. pub type PointCallback = Rc; +/** Temporary type to ease refactoring and keep backwards-compatibility */ +pub type RXingResultPointCallback = PointCallback; + mod decode_hints; pub use decode_hints::*;