2个版本
0.1.2-619366e | 2021年1月3日 |
---|---|
0.1.1-211a512 | 2021年1月2日 |
#12 in #newline
44KB
433 行
Fakedate
Fakedate生成伪随机日期和时间。
它是用Rust编写的,主要是为了熟悉这种语言而进行的玩具项目。但是它可能是有用的。使用风险自负。
状态
当前版本是0.1.2。
安装
尚未设置安装目标,如果您想这样做,可以复制fakedate
二进制文件到您的$PATH
,就是这样。
一些可能有用的命令
cargo build # build debug binary in ./target/debug/
cargo build --release # build release binary in ./target/release/
cargo test # launch tests
rustfmt src/*.rs # format code
./docker-build.sh # build Docker image with version tag
./bump-version.sh # bump minor version number
用法
简单启动
cargo run
或者直接运行二进制文件
./target/debug/fakedate
./target/release/fakedate
或者使用docker
docker run ufoot/fakedate
传递选项
cargo run -- -1975
默认情况下,日期是当年的随机日期。要使用不同的年份
fakedate -1975
其他标准选项包括
-n
,--no-newline
: 日期末尾没有换行符-w
,--week-end
: 强制日期为上周周末-h
,--help
: 显示简短的帮助。-v
,--version
: 显示版本。
法律信息
Fakedate遵循MIT许可证。
依赖
~1.5MB
~28K SLoC