Skip to main content

Module search

Module search 

Source
Expand description

Search utilities for IDL specs with fuzzy matching

Structs§

SearchResult
A single search result from search_idl.
Suggestion
A fuzzy match suggestion with candidate name and edit distance.

Enums§

IdlSection
Which section of the IDL a search result came from.
MatchType
How a search result was matched.

Functions§

search_idl
Search across all sections of an IDL spec for names matching the query.
suggest_similar
Suggest similar names from a list of candidates using fuzzy matching.