epoch

Crates.ioepoch
lib.rsepoch
version0.0.2
sourcesrc
created_at2018-11-25 02:25:05.064124
updated_at2019-01-29 04:30:13.369436
descriptionEpoch time calculations
homepagehttps://github.com/sphinx-cryptography/epoch
repositoryhttps://github.com/sphinx-cryptography/epoch
max_upload_size
id98535
size5,981
David Stainton (david415)

documentation

https://docs.rs/epoch/

README

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

Commit count: 6

cargo fmt