webshift 0.2.13

Denoised web search library — fetch, clean, and rerank web content for AI agents.
Documentation
1
2
3
4
5
6
7
//! HTML fetching and cleaning pipeline.

pub mod cleaner;
pub mod fetcher;

#[cfg(feature = "text-map")]
pub mod textmap;