qr2term 0.2.2

Stupidly simple Rust crate to render a QR code in the terminal.
Documentation
1
2
3
fn main() {
    qr2term::print_qr("https://rust-lang.org/").unwrap();
}