epochal 0.0.1

A very early port of https://github.com/kjrocker/epochal to Rust. Mostly for fun and as a concrete learning exercise.
Documentation
[dependencies.chrono]
version = "0.4.39"

[lib]
name = "epochal"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A very early port of https://github.com/kjrocker/epochal to Rust. Mostly for fun and as a concrete learning exercise."
edition = "2021"
license = "MIT"
name = "epochal"
readme = false
version = "0.0.1"