7 个版本 (重大更改)
0.6.0 | 2024年6月29日 |
---|---|
0.5.0 | 2024年4月3日 |
0.4.2 | 2023年7月23日 |
0.4.0 | 2023年4月2日 |
0.1.0 | 2021年3月15日 |
75 在 文件系统
每月346 次下载
315KB
8K SLoC
findutils
GNU findutils 的 Rust 实现:xargs
,find
,locate
和 updatedb
。目标是完全替换原始命令。
在 rust/findutils 上运行 GNU 测试套件
bash util/build-gnu.sh
# To run a specific test:
bash util/build-gnu.sh tests/misc/help-version.sh
与 GNU 的比较
使用 BFS 构建/运行
bfs 是 UNIX find 命令的一种变体,它按广度优先而不是深度优先操作。
bash util/build-bfs.sh
# To run a specific test:
bash util/build-bfs.sh posix/basic
依赖项
~11–21MB
~339K SLoC