[][src]Module rqr::render

Renders the QR code to different outputs.

Outputs to a string representation and svg are supported.

Structs

Color

An RGB color implementation.

ParseColorError

An error from trying to parse a Color instance from string.

StringRenderer

A string renderer for converting a QR code into a representation suitable for text output.

SvgRenderer

A string renderer for converting a QR code into svg.

Functions

to_dbg_string

Convert to string, with chars for the different underlying representations.