This commit is contained in:
2020-04-26 00:18:52 +08:00
parent 070c4dbf57
commit d74d8e2074

View File

@@ -3,9 +3,9 @@ use qrcode::QrCode;
const C_W: char = ' ';
const C_B: char = '█';
const W: &str = " ";
const B: &str = " ";
const NL: &str = "\n";
const W : &str = " ";
const B : &str = " ";
const NL : &str = "\n";
fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = App::new("QR cli")