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

[dev-dependencies.time]
default-features = false
features = ["std", "formatting"]
version = "0.3.*"

[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", "CREDITS.md", "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.4.1"
[package.metadata.bashman]
bash-dir = "./"
credits-dir = "./"
man-dir = "./"
name = "UTC2K"