From f8cb134b2eb61f1c743cbe3b8b5dcfc9df0571f2 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 3 Aug 2024 17:16:28 -0400 Subject: [PATCH] doc: link to chrono maintainer's commentary Closes #63 --- DESIGN.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DESIGN.md b/DESIGN.md index bd8cd25..a3fa86b 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -254,6 +254,15 @@ my own crates, I know what it's like to be on the other end of this. Sometimes you just have to start fresh. +## Are there any published alternative perspectives on Rust datetime libraries? + +Here's a list. More may be added in the future: + +* [Commentary from the original author of the `chrono` crate.][alt1] + +[alt1]: https://github.com/BurntSushi/jiff/issues/63 + + ## Why is there one duration type instead of two? In large part, this design decision came from [Temporal], which also [uses