Skip to main content

render_qr_from_data

Function render_qr_from_data 

Source
pub fn render_qr_from_data(
    data: &str,
    options: &QrOptions,
) -> Result<String, PairingError>
Expand description

Render arbitrary data as a QR code string for terminal display.