date-utilities 0.0.3

Lightweight utilities for working with dates. Expect minimal functionality
Documentation

Date utilities

See examples/now.rs for usage

> cargo run -q --example now
# 18:40:16 30/08/2025
> cargo run -q --example now "the year is %year"
# the year is 2025