1 2 3 4 5
//! Web tools: web.fetch (HTTP GET with HTML-to-markdown conversion). pub mod fetch; pub use fetch::WebFetchTool;