practicaltimestamp 0.1.0

For efficiently handling unix timestamps
Documentation
[package]
name = "practicaltimestamp"
version = "0.1.0"
authors = ["Derek Lee <derek.scott.lee13@gmail.com>"]
edition = "2018"
description = "For efficiently handling unix timestamps"
readme = "README.md"
repository = "https://github.com/dlee13/practicaltimestamp"
license = "MIT"
keywords = ["date", "time", "timestamp"]
categories = ["date-and-time", "no-std"]
include = ["src/**/*", "CHANGELOG.md", "LICENSE.md", "README.md"]

[features]
default = ["std"]
std = []

[dev-dependencies]
criterion = "0.3"
#rand = "0.7"
#time = "0.2"

#[[bench]]
#name = "unix_timestamp"
#harness = false