Module matcher

Source
Expand description

Match Xrm entries against a query.

Modulesยง

zip_longest ๐Ÿ”’

Structsยง

MatchComponent ๐Ÿ”’
Info on how an (unskipped) component of the query was matched

Enumsยง

HowMatched ๐Ÿ”’
Info how a specific component was matched.
MatchKind ๐Ÿ”’
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.