DEWQ QR Code Generation Library
DEWQ (Denso Wave QR Code Generator) is a QR Code generation library for rust designed to parse an input string with a given error correction level and generate a bitmap of the qr code.
Getting Started
Adding DEWQ to your project is as simple as
Usage Examples
use *;
let qr_code = create_qr_code;
println!;
or you can save the bitmap to a file:
use *;
create_qr_code.save_to_file;
Features
- Numeric Encoding
- Alphanumeric Encoding
- Byte Encoding
- Kanji (Double Byte) Encoding