websearch 0.0.1

Multi-provider web search SDK for Rust with smart aggregation, supporting Google, Exa, Tavily, SerpAPI and more
Documentation
1
2
3
4
//! Utility modules for the search SDK

pub mod debug;
pub mod http;