Skip to content

Commit e976d40

Browse files
authored
Loading saving cache improvements (#1072)
* Loading cache * Loading * Loading x2 * Optimization * Cache common * Delete outdated cache * Common * Loading cache/save almost * Simplified a lot of cache concept * Fix regression
1 parent edfc8e7 commit e976d40

15 files changed

+511
-650
lines changed

Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

czkawka_core/src/big_file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::common_dir_traversal::{common_get_entry_data_metadata, common_read_di
1717
use crate::common_tool::{CommonData, CommonToolData};
1818
use crate::common_traits::{DebugPrint, PrintResults, SaveResults};
1919

20-
#[derive(Clone)]
20+
#[derive(Clone, Debug)]
2121
pub struct FileEntry {
2222
pub path: PathBuf,
2323
pub size: u64,

0 commit comments

Comments
 (0)