#timer #time #time-unit #convert #system-time #thread #millis

chroniker

一个简单的库,帮助处理时间

9 个版本 (4 个重大更新)

使用旧的 Rust 2015

0.5.1 2017年8月19日
0.5.0 2017年7月23日
0.4.1 2017年7月10日
0.3.1 2017年7月9日
0.1.1 2017年7月7日

#5 in #time-unit

MIT 许可证

12KB
129

Chroniker

一个简单的库,帮助在 Rust 中处理时间。 文档

工具

Chroniker 包含许多工具。包括

  • 时间单位转换
  • 线程休眠
  • 获取当前系统时间
  • 定时器

示例

工具在示例中有所涵盖

入门

涵盖定时器 API

$ cargo run --example getting_started

毫秒时间

涵盖如何以毫秒获取系统时间

$ cargo run --example millis_time

单位

涵盖如何转换时间单位

$ cargo run --example units

无运行时依赖