w
This commit is contained in:
@@ -3,9 +3,9 @@ use qrcode::QrCode;
|
||||
|
||||
const C_W: char = ' ';
|
||||
const C_B: char = '█';
|
||||
const W: &str = "[47m [0m";
|
||||
const B: &str = "[40m [0m";
|
||||
const NL: &str = "\n";
|
||||
const W : &str = "[47m [0m";
|
||||
const B : &str = "[40m [0m";
|
||||
const NL : &str = "\n";
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let matches = App::new("QR cli")
|
||||
|
||||
Reference in New Issue
Block a user