Module email::search_query::parser
source · Expand description
§Search emails query string parser
This module contains parsers needed to parse a full search emails
query from a string slice. See filter::parser::query and
sort::parser::query for more details.
Parsing is based on the great lib chumsky.
Functions§
- Parse the given string slice into a
SearchEmailsQuery. - Parse the given string into a
SearchEmailsFilterQuery. - Parse the given string into a list of
SearchEmailsSorter.
Type Aliases§
- Alias for a rich
chumskyerror for better diagnosis.