stopwatch 0.0.7

A stopwatch library for timing things.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
num = "*"

[package]
authors = ["Chucky Ellison <cme@freefour.com>"]
description = "A stopwatch library for timing things."
keywords = ["stopwatch", "timing"]
license = "MIT"
name = "stopwatch"
readme = "README.md"
repository = "https://github.com/ellisonch/rust-stopwatch"
version = "0.0.7"