# Packages
No description provided by the author
# Constants
DateLayout defines a layout for all dates (`DATE date`).
"CONTAINS"; used to check if a string contains a certain sub string.
"=".
">".
">=".
"<".
"<=".
TimeLayout defines a layout for all times (`TIME time`).
# Structs
Condition represents a single condition within a query and consists of tag (e.g.
Empty query matches any set of tags.
Query holds the query string and the query parser.
No description provided by the author
# Type aliases
Operator is an operator that defines some kind of relation between tag and operand (equality, etc.).