utc2k 0.3.0

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"
[dependencies.serde]
optional = true
version = "1.0.*"
[dev-dependencies.brunch]
version = "0.2.*"

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

[dev-dependencies.rand]
version = "0.8.*"

[dev-dependencies.serde]
version = "1.0.*"

[dev-dependencies.serde_json]
version = "1.0.*"

[dev-dependencies.serde_yaml]
version = "0.8.*"

[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 = "2021"
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"
resolver = "2"
rust-version = "1.56"
version = "0.3.0"