utc2k 0.2.1

A fast and lean UTC date/time library concerned only with happenings in this century (2000-2099).
Documentation
[[bench]]
harness = false
name = "d_utc2k"

[[bench]]
harness = false
name = "d_fmtutc2k"
[dev-dependencies.brunch]
version = "0.1.*"

[dev-dependencies.chrono]
default-features = false
features = ["std"]
version = "0.4.*"

[package]
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
description = "A fast and lean UTC date/time library concerned only with happenings in this century (2000-2099)."
edition = "2018"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "doc", "justfile"]
keywords = ["time", "date", "utc", "unixtime", "printing"]
license = "WTFPL"
name = "utc2k"
readme = "README.md"
repository = "https://github.com/Blobfolio/utc2k"
version = "0.2.1"