simple-stopwatch 0.1.1

Minimal stopwatch for rust, returns float values
Documentation
1
2
3
4
# rust-simple-stopwatch
A minimal no-thrills stopwatch. Returns time values as floats. Uses `time::precise_time_ns`.

[![Build Status](https://travis-ci.org/huwb/rust-simple-stopwatch.svg?branch=master)](https://travis-ci.org/huwb/rust-simple-stopwatch)