webshift-0.2.0 has been yanked.
webshift
Denoised web search library for AI agents.
Fetches, cleans, and reranks web content with hard caps on context size. Designed to prevent context flooding in LLM pipelines.
Quick start
use Config;
// Standalone HTML cleaning — no network, no config needed
let result = clean;
println!;
// Fetch and clean a page
# async