atomic-timer 0.1.3

Atomic timer for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
all:
  @echo "Select target"

test:
  cargo test -F serde

bump:
  cargo bump

pub:
  cargo publish