1 个不稳定版本
0.1.0 | 2023 年 2 月 28 日 |
---|
#1042 in 文件系统
每月 21 次下载
18KB
183 行
⚠️ 进行中 ⚠️
概要
安装
使用 cargo
cargo install fake-file
用法
# Get the help menu
fake-file --help
# Generate a 4 level deep directory structre. Each directory should have 4 files.
# Each end file should add up to 1024 bytes (1 KB) in size.
fake-file -d 4 -w 4 -s 1024 -o .
测试项目
-
运行测试
cargo test
基准测试项目
-
运行基准测试 - 这将查看生成 1GB 文件结构所需的时间
cargo bench
格式化
对于 Rust 的特定格式化,请使用 cargo fmt
,因为它使用我们推荐的特定夜间功能。 请确保您已安装夜间版本。
获取帮助
对于使用问题、用例或问题,请在我们仓库中提交一个问题。
我们将很高兴尝试回答您的问题或尝试在 Github 上打开一个新的问题。
外部资源
这些是规范、演讲和演示等参考。
许可证
本项目根据 MIT 许可证,或 http://opensource.org/licenses/MIT 许可。
依赖关系
~3.5–5MB
~93K SLoC