Expand description
Match Xrm entries against a query.
Modulesยง
- zip_
longest ๐
Structsยง
- Match
Component ๐ - Info on how an (unskipped) component of the query was matched
Enumsยง
- HowMatched ๐
- Info how a specific component was matched.
- Match
Kind ๐ - Info how a (possibly skipped) component of the query was matched
Functionsยง
- check_
match ๐ - compare_
matches ๐ - Compare two matches and decide which one of the two is better (
Ordering::Greater
) - match_
entry ๐ - Find the best match for the given query in the database, returning
None
when nothing matches.