Expand description
Search utilities for IDL specs with fuzzy matching
Structs§
- Search
Result - 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.
- Match
Type - 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.