19 releases

new 0.1.21 Apr 9, 2024
0.1.20 Apr 9, 2024
0.1.19 Jan 13, 2024
0.1.14 Dec 19, 2023
0.0.4 Aug 18, 2023

#18 in #shortcut

Download history 2/week @ 2023-12-18 84/week @ 2024-01-01 67/week @ 2024-01-08 43/week @ 2024-02-19 8/week @ 2024-02-26 18/week @ 2024-03-11 7/week @ 2024-03-25 93/week @ 2024-04-01

118 downloads per month
Used in 6 crates (4 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
~26K SLoC