Crates.io | epoch |
lib.rs | epoch |
version | 0.0.2 |
source | src |
created_at | 2018-11-25 02:25:05.064124 |
updated_at | 2019-01-29 04:30:13.369436 |
description | Epoch time calculations |
homepage | https://github.com/sphinx-cryptography/epoch |
repository | https://github.com/sphinx-cryptography/epoch |
max_upload_size | |
id | 98535 |
size | 5,981 |
This crate provides a helper functions for making epoch time calculations for a given epoch duration.
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;
Inspired by Yawning Angel's epochtime golang module:
GNU AFFERO GENERAL PUBLIC LICENSE