A complex toolset that include various small functions.
Go to file
Jia Chao 3544ad5256 增加 file 模块
添加功能函数:
  abs_path	获取给定路径的绝对路径。
  async_download	异步下载文件并保存到指定的目标路径。
  download	从给定的 URL 下载文件并将其保存到指定的目标路径。
  parent_exists	检查给定路径的父目录是否存在。

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-04 14:46:06 +08:00
src 增加 file 模块 2024-07-04 14:46:06 +08:00
.gitignore update .gitignore 2024-07-04 14:36:55 +08:00
Cargo.toml 增加 file 模块 2024-07-04 14:46:06 +08:00