21 个版本

0.1.23 2024 年 6 月 13 日
0.1.22 2024 年 6 月 13 日
0.1.21 2024 年 4 月 9 日
0.1.19 2024 年 1 月 13 日
0.0.4 2023 年 8 月 18 日

18#shortcut 中排名

Download history 43/week @ 2024-04-22 21/week @ 2024-04-29 4/week @ 2024-05-13 39/week @ 2024-05-20 16/week @ 2024-05-27 23/week @ 2024-06-03 308/week @ 2024-06-10 20/week @ 2024-06-17 41/week @ 2024-06-24 28/week @ 2024-07-01 17/week @ 2024-07-08 84/week @ 2024-07-15 33/week @ 2024-07-22 46/week @ 2024-07-29 61/week @ 2024-08-05

每月 224 次下载
10 个 crate 中使用 (直接使用 5 个)

Apache-2.0

9KB
194

sts : 时间戳快捷方式

→ 测试/main.rs

use sts::{ms, sec};

#[test]
fn main() {
  dbg!(sec());
  dbg!(ms());
}

运行测试

→ 输出.txt

+ cargo test -- --nocapture
   Compiling libc v0.2.147
   Compiling once_cell v1.18.0
   Compiling coarsetime v0.1.23
   Compiling sts v0.0.3 (/Users/z/art/sts)
    Finished test [unoptimized + debuginfo] target(s) in 0.45s
     Running unittests src/lib.rs (target/debug/deps/sts-313e1f24663d0a18)
     Running tests/main.rs (target/debug/deps/main-7ad98a7b1f67db68)
[tests/main.rs:5] sec() = 1692364903
[tests/main.rs:6] ms() = 1692364903773
   Doc-tests sts

依赖

~1–1.6MB
~25K SLoC