fake_clock 0.3.1

Fake clock for deterministic testing of code depending on time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Fake Clock - Change Log

## [0.3.0]
- Use rust 1.22.1 stable / 2017-12-02 nightly
- rustfmt 0.9.0 and clippy-0.0.175

## [0.2.0]
- Use rust 1.19 stable / 2017-07-20 nightly
- rustfmt 0.9.0 and clippy-0.0.144
- Replace -Zno-trans with cargo check
- Make appveyor script using fixed version of stable

## [0.1.0]
- Initial implementation