buntine / barcoders

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

Brand new API! #36

Open AtomicGamer9523 opened 4 months ago

AtomicGamer9523 commented 4 months ago

I took inspiration from RustCrypto, how they this centric Digest trait. And I liked it, so I am starting to re-implement all the barcodes using it. I called it Barcode.

AtomicGamer9523 commented 4 months ago

Code128 taking longer than expected... Some difficulties regarding multi-byte characters.