Module qrcode::render

source ·
Expand description

Render a QR code into image.

Modules

  • String rendering support.
  • SVG rendering support.
  • UTF-8 rendering, with 2 pixels per symbol.

Structs

  • A QR code renderer. This is a builder type which converts a bool-vector into an image.

Traits

  • Rendering canvas of a QR code image.
  • Abstraction of an image pixel.