buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

Plans for decoding? #18

Closed ckaran closed 3 years ago

ckaran commented 3 years ago

I ran across barcoders while searching for open source libraries that could be adapted to scanning barcodes using a smart phone. Do you have any plans for adding decoding support from images that a phone can take?

buntine commented 3 years ago

Sorry for the delay, I didn't see this somehow. No, there is currently no plans to add decoding directly into barcoders. But perhaps as a separate library it would be cool.

ckaran commented 3 years ago

@buntine Ah, that's unfortunate. I was kind of looking at this like serde for barcodes. But a separate crate that kept in lock-step with barcoders would work too. Thank you for creating this crate!