atd-tools-web 1.0.0

Built-in web tools for the ATD reference runtime.
Documentation
1
2
3
4
5
//! Web tools: web.fetch (HTTP GET with HTML-to-markdown conversion).

pub mod fetch;

pub use fetch::WebFetchTool;