Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 764 Bytes

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:

epoch = "^0.0.2"

Then import the crate as:

extern crate epoch;

acknowledgments

Inspired by Yawning Angel's epochtime golang module:

license

GNU AFFERO GENERAL PUBLIC LICENSE