test walk_dir done

This commit is contained in:
weisd
2024-12-16 20:02:49 +08:00
parent 99c229524d
commit 8ab8201403
4 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::path::Path;
use std::path::PathBuf;
const GLOBAL_DIR_SUFFIX: &str = "__XLDIR__";
pub const GLOBAL_DIR_SUFFIX: &str = "__XLDIR__";
pub const SLASH_SEPARATOR: &str = "/";