date-utilities 0.0.3

Lightweight utilities for working with dates. Expect minimal functionality
Documentation
1
2
3
4
5
6
7
8
9
10
# Date utilities

See `examples/now.rs` for usage

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