qrkit/render/ascii
Terminal renderers for qrkit QR codes.
Values
pub fn to_string(qr: qrkit.QrCode) -> String
Render the QR code using double-width full blocks.
pub fn to_string_compact(qr: qrkit.QrCode) -> String
Render the QR code using Unicode half blocks to halve the height.
pub fn with_inverse(qr: qrkit.QrCode) -> String
Render the QR code with inverted colours.