hrsw 0.1.2

This is a simple, high resolution stopwatch library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Change Log


## Next release



## [v0.1.2]https://github.com/antaljanosbenjamin/rust-hr-stopwatch/releases/tag/v0.1.2

 - Update README.md with the correct version

## [v0.1.1]https://github.com/antaljanosbenjamin/rust-hr-stopwatch/releases/tag/v0.1.1


 - Eliminate `time` crate from dependencies
 - Add `Debug` trait to `Stopwatch`.

## [v0.1.0]https://github.com/antaljanosbenjamin/rust-hr-stopwatch/releases/tag/v0.1.0


Initial functionality:
 - Start, stop and reset functionality.
 - Getting the elapsed duration.