easytime 0.2.5

Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.
Documentation
[features]
default = ["std"]
std = []

[lib]
doc-scrape-examples = false

[package]
categories = ["date-and-time", "no-std", "no-std::no-alloc"]
description = "Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.\n"
edition = "2018"
exclude = ["/.*", "/tools"]
keywords = ["date", "time", "duration", "instant"]
license = "Apache-2.0 OR MIT"
name = "easytime"
readme = "README.md"
repository = "https://github.com/taiki-e/easytime"
rust-version = "1.34"
version = "0.2.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]