21 releases

0.1.23 Jun 13, 2024
0.1.22 Jun 13, 2024
0.1.21 Apr 9, 2024
0.1.19 Jan 13, 2024
0.0.4 Aug 18, 2023

#21 in #ms

Download history 11/week @ 2024-11-13 28/week @ 2024-11-20 48/week @ 2024-11-27 38/week @ 2024-12-04 32/week @ 2024-12-11 12/week @ 2024-12-18 6/week @ 2024-12-25 11/week @ 2025-01-08 13/week @ 2025-01-15 26/week @ 2025-01-29 8/week @ 2025-02-05 7/week @ 2025-02-12 26/week @ 2025-02-19 24/week @ 2025-02-26

69 downloads per month
Used in 15 crates (12 directly)

Apache-2.0

9KB
194 lines

sts : shortcut for timestamp

→ tests/main.rs

use sts::{ms, sec};

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

run tests :

→ out.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

Dependencies

~1–1.6MB
~25K SLoC