Skip to main content

Crate haystack_core

Crate haystack_core 

Source
Expand description

Core abstraction for haystack search providers.

Defines the HaystackProvider trait that all data-source integrations (Ripgrep, Atlassian, Discourse, JMAP, …) implement to expose a uniform async search interface over heterogeneous backends.

Traits§

HaystackProvider