Expand description
Re-exports§
pub use error::ParseError;
Modules§
- ast
- Abstract syntax tree for parsed date expressions.
- error
- Parser error types with span-based diagnostics.
- token
- Token types and span tracking for the TARDIS lexer.
Functions§
- parse
- Parse a natural-language date expression into a
jiff::Zoneddatetime. - parse_
range_ with_ granularity - Parse any expression and resolve it as a range with implicit granularity.