easytime 0.2.0

Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.const_fn]
version = "0.4"
[dev-dependencies.rustversion]
version = "1"

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

[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
categories = ["no-std"]
description = "Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.\n"
documentation = "https://docs.rs/easytime"
edition = "2018"
exclude = ["/.github", "/scripts"]
keywords = ["no_std", "time"]
license = "Apache-2.0 OR MIT"
name = "easytime"
readme = "README.md"
repository = "https://github.com/taiki-e/easytime"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]