文件名称:sort_file_by_date:学习项目
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-20 00:31:53
single-night-project Rust
这是一个小脚本,用于将名称中带有时间戳的文件排序为有序文件
尽管实际上已应用此项目,但这主要是一个学习防锈的宠物项目。
在所应用的示例中,排序约75,000个文件花费了不到2秒的时间。
文件的层次结构:
- root directory (correspond to the first argument of this program)
\ - 2019
\ - 2020
\ - 01
\ - file_to_sort_
【文件预览】:
sort_file_by_date-master
----Cargo.lock(7KB)
----src()
--------main.rs(497B)
--------lib.rs(3KB)
----Cargo.toml(228B)
----.gitignore(8B)
----README.md(838B)