Open AtomicGamer9523 opened 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.
Digest
Barcode
Code128 taking longer than expected... Some difficulties regarding multi-byte characters.
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 itBarcode
.