4 个版本
0.2.2 | 2024年4月3日 |
---|---|
0.2.1 | 2024年4月2日 |
0.2.0 | 2024年4月2日 |
0.1.0 | 2024年4月2日 |
#3 in #wall
867 每月下载量
13KB
211 行
墙钟时间
wall-clock
提供了一个简单且基本的 struct,用于表示从墙上的时钟读取的时间,例如没有日期或时区的概念。
示例
创建一个墙钟时间
use wall_clock::WallClockTime;
let wct = WallClockTime::new(15, 0, 0);
您还可以使用 time!
宏来获取类似于字面的语法
use wall_clock::time;
let wct = time!(15:00:00);
特性
wall-clock
包含以下特性
diesel-pg
: 通过 Diesel 与 PostgreSQLTIME
列进行互操作。serde
: 通过serde
进行序列化和反序列化。(默认启用)
依赖关系
~0.1–1MB
~20K SLoC