faketime 0.1.1

Fake time to ease testing and debugging
Documentation
# faketime

[![Build Status](https://travis-ci.com/nervosnetwork/faketime.svg?branch=master)](https://travis-ci.com/nervosnetwork/faketime)

Provides a method `unix_time` which returns elapsed time since _UNIX EPOCH_.
The returned time can be faked in each thread separately.

[Documentation](https://docs.rs/faketime)