webtools-search
Zero-infrastructure web search (DuckDuckGo Lite) with reference-style URLs,
part of webtools. No API key, no
backend. Each hit's title carries an inline [N] marker while the full URLs are
collected into a recoverable reference block, keeping the context window tight.
Published on crates.io as
webtools-search; the library import name iswebsearch.
[]
= { = "webtools-search", = "0.1" }
use SearchOptions;
let output = run_search.await?;
for hit in &output.results
DDG Lite's //duckduckgo.com/l/?uddg=… redirect wrappers are decoded back to
the real destination URLs.