Thomas hace 1 año
padre
commit
2cbd60b0c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/progs/cramino.rs

+ 1 - 1
src/progs/cramino.rs

@@ -151,7 +151,7 @@ impl RunBin for Cramino {
     }
 }
 
-#[derive(Debug)]
+#[derive(Debug, Clone)]
 pub struct CraminoRes {
     pub file_name: String,
     pub number_of_reads: u64,