File: example.rs

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