clock-timer 0.2.7

A clock crate that offer a timer and a stopwatch to use in your apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "rust-ticker-node-example",
  "version": "1.0.0",
  "description": "Example Node.js application using rust-ticker",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "rust-ticker": "file:../../"
  },
  "author": "Bilal Kanjelkheir",
  "license": "MIT"
}