Crate qrcode_gen

source ·

Re-exports

Modules

  • The bits module encodes binary data into raw bits used in a QR code.
  • The canvas module puts raw bits into the QR code canvas.
  • The ec module applies the Reed-Solomon error correction codes.
  • Matrix types representing 2D barcode.
  • Render a QR code into image.
  • Rendering utilities.

Structs

  • Raw QR code.
  • The encoded QR code symbol.

Functions

  • Generate String from the given data as QR code.
  • Print the given data as QR code in the terminal.
  • Generate String from the given data as QR code.
  • Generate String from the given data as QR code.