#time #date-time #reserved

time-preview

time 包保留使用

1 个不稳定版本

使用旧的 Rust 2015

0.0.0 2019年9月27日

#date-time 中排名第 305

每月下载 29

MIT/Apache

130KB
3K SLoC

time

Rust 中处理时间相关函数的实用工具

Build Status Build status

文档

注释

此库不再积极维护,但将添加错误修复(详情)。

如果您正在寻找一些更新且更积极维护的库,请查看 chrono 包。

用法

将此放入您的 Cargo.toml

[dependencies]
time = "0.1"

并在您的包根目录中放入此内容

extern crate time;

lib.rs:

简单的时间处理。

用法

此包位于 crates.io 上,您可以通过将 time 添加到项目 Cargo.toml 中的依赖项来使用它。

[dependencies]
time = "0.1"

并在您的包根目录中放入此内容

extern crate time;

此包使用与 C 标准库中 strftime() 函数相同的格式字符串语法。

依赖项

~0.4–300KB