qrcode-rust icon indicating copy to clipboard operation
qrcode-rust copied to clipboard

Create a dense unicode-based renderer

Open georgmu opened this issue 5 years ago • 1 comments

When comparing to the "qrencode" command line tool, qrcode-rust's char renderer lacks a dense output mode where one console line prints two qrcode lines.

I have implemented a solution using your library. Maybe you would like to add it.

Here is a gist with my implementation:

https://gist.github.com/georgmu/eb37863f0bea3b8a1d18670587553e8a

georgmu avatar Nov 05 '19 23:11 georgmu

https://github.com/kennytm/qrcode-rust/pull/42

cab404 avatar Feb 09 '20 12:02 cab404