Crate ddate [] [src]

ddate 0.4.0

Discordian dates for Rust. It implements a simple DiscordianDate trait for any type implementing Chrono's Datelike, allowing simple string output (similar to the to_rfc2822 and to_rfc3339 methods already on several of Chrono's types.

Also included is a ddate binary with output similar to the tool of the same name originally included in util-linux (though no features beyond simple output of the current date).

Traits

DiscordianDate

Extends chrono's Datelike to display Discordian calendar dates.