Skip to main content
Module render
qrcode
0.14.1
Module render
Module Items
Modules
Structs
Traits
In crate qrcode
qrcode
Module
render
Copy item path
Source
Expand description
Render a QR code into image.
Modules
§
string
String rendering support.
unicode
UTF-8 rendering, with 2 pixels per symbol.
Structs
§
Renderer
A QR code renderer. This is a builder type which converts a bool-vector into an image.
Traits
§
Canvas
Rendering canvas of a QR code image.
Pixel
Abstraction of an image pixel.