https://github.com/adaszko/orgdt
Emacs' org-mode date/time parser and renderer
https://github.com/adaszko/orgdt
emacs nom org-mode parser
Last synced: 4 months ago
JSON representation
Emacs' org-mode date/time parser and renderer
- Host: GitHub
- URL: https://github.com/adaszko/orgdt
- Owner: adaszko
- Created: 2022-04-05T17:25:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T17:32:36.000Z (about 4 years ago)
- Last Synced: 2025-12-26T09:35:21.886Z (6 months ago)
- Topics: emacs, nom, org-mode, parser
- Language: Rust
- Homepage: https://docs.rs/orgdt/latest/orgdt/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A [nom](https://crates.io/crates/nom)-based Recursive Descent Parser and
renderer for human-friendly date/time input as supported by Emacs'
[Org-mode](https://orgmode.org/manual/The-date_002ftime-prompt.html).
See [crate docs](https://docs.rs/orgdt) for more information.