stopwatch 0.0.3

A stopwatch library for timing things.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "stopwatch"
version = "0.0.3"
authors = ["Chucky Ellison <cme@freefour.com>"]

description = "A stopwatch library for timing things."
repository = "https://github.com/ellisonch/rust-stopwatch"
readme = "README.md"
keywords = ["stopwatch", "timing"]
license = "MIT"

[dependencies]
time = "*"