putz u in dhe washing machin and spins ur bsky pofile pictuer !!! :D
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

thats already a string

did:plc:73gqgbnvpx5syidcponjri… e27b74e4 1be05bb0

verified
+2 -2
+2 -2
src/main.rs
··· 172 172 173 173 let input_path = input; 174 174 let reader = ImageReader::open(&input_path).unwrap_or_else(|e| { 175 - eprintln!("failed to open '{}': {}", input_path.to_string(), e); 175 + eprintln!("failed to open '{}': {}", input_path, e); 176 176 process::exit(1); 177 177 }); 178 178 179 179 let mime_type = reader.format().unwrap_or_else(|| { 180 - eprintln!("failed to determine format of '{}'", input_path.to_string()); 180 + eprintln!("failed to determine format of '{}'", input_path); 181 181 process::exit(1); 182 182 }); 183 183 let image = reader.decode().unwrap_or_else(|e| {