Skip to content

Commit

Permalink
doc: link to chrono maintainer's commentary
Browse files Browse the repository at this point in the history
Closes #63
  • Loading branch information
BurntSushi committed Aug 3, 2024
1 parent 16b7247 commit f8cb134
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8cb134

Please sign in to comment.