Skip to main content

atd_tools_web/
lib.rs

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