1 2 3 4 5 6 7
extern crate qr2term; use qr2term::print_qr; fn main() { print_qr("https://rust-lang.org/").unwrap(); }