Module search

Module search 

Source
Expand description

Common types and traits for use in implementing query functionality for a Bindle server. Note that this functionality is quite likely to change

Structs§

Matches
Describes the matches that are returned from a query
NoopEngine
A no-op query engine implementation. Its methods always returns Ok with an empty result
SearchOptions
The search options for performing this query and returning results
StrictEngine
Implements strict query processing.

Traits§

Search
This trait describes the minimal set of features a Bindle provider must implement to provide query support.