[][src]Function qr2term::print_qr

pub fn print_qr(text: &str) -> Result<(), QrError>

Print the given text as QR code in the terminal.

Returns an error if generating the QR code failed.

Panics

Panics if printing the QR code to the terminal failed.