easytime 0.2.0

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

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

[workspace]
members = ["tests/doc"]

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

[build-dependencies]
autocfg = "1"

[dependencies]
const_fn = "0.4"

[dev-dependencies]
rustversion = "1"