Expand description
§SearXNG Client
An asynchronous, type-safe client library for the SearXNG search engine API.
This library provides a high-level API for searching across multiple engines, handling the dynamic nature of SearXNG results through robust serialization and a convenient builder pattern.
Re-exports§
pub use client::ResponseFormat;pub use client::SearXNGClient;pub use response::SearchResponse;