Crate orgdt

Crate orgdt 

Source
Expand description

A nom-based Recursive Descent Parser and renderer for human-friendly date/time input as supported by Emacs’ Org-mode.

Structs§

Absolute
AbsoluteTime
Relative
RelativeTime

Enums§

DateTimeSpec
Meridiem
OrgModeDateTimeError
RenderedSpec

Functions§

parse
render

Type Aliases§

IResult
Holds the result of parsing functions
Result