Expand description
TARDIS – Time And Relative Date Input Simplifier.
Library crate exposing the CLI argument types, configuration loader, core transformation pipeline, natural-language parser, and error types.
Re-exports§
Modules§
- cli
- CLI argument parsing and input normalization for TARDIS.
- config
- Configuration loading and helpers for TARDIS.
- core
- Core transformation logic for TARDIS.
- errors
- Centralised error and exit‑handling utilities for the TARDIS CLI.
- parser
- Custom natural-language date parser for TARDIS.
Macros§
- system_
error - Create an
Error::Systemof the requested variant with minimal boilerplate. - user_
input_ error - Create an
Error::UserInputof the requested variant with minimal boilerplate.