epoch 0.0.0

Epoch time calculations
Documentation
# epoch
[![](https://travis-ci.org/david415/epoch.png?branch=master)](https://www.travis-ci.org/david415/epoch) [![](https://img.shields.io/crates/v/epoch.svg)](https://crates.io/crates/epoch) [![](https://docs.rs/epoch/badge.svg)](https://docs.rs/epoch/)

This crate provides a helper functions for making epoch time calculations
for a given epoch duration.


# Usage

To import `epoch`, add the following to the dependencies section of
your project's `Cargo.toml`:
```toml
epoch = "^0.0.0"
```
Then import the crate as:
```rust,no_run
extern crate epoch;
```


# acknowledgments

Inspired by Yawning Angel's epochtime golang module:

* https://github.com/katzenpost/core/tree/master/epochtime


# license

GNU AFFERO GENERAL PUBLIC LICENSE