Skip to main content

Crate searxng_client

Crate searxng_client 

Source
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;

Modules§

client
response