websearch 0.1.1

High-performance Rust library and CLI tool for multi-provider web search. Supports Google, ArXiv, DuckDuckGo, Tavily AI, and more with aggregation strategies.
Documentation
1
2
3
4
//! Utility modules for the search SDK

pub mod debug;
pub mod http;