File: example.rs

package info (click to toggle)
rust-qr2term 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (3)
1
2
3
fn main() {
    qr2term::print_qr("https://rust-lang.org/").unwrap();
}