pageinfo-rs 0.1.2

CLI tool that analyzes web pages and produces structured LLM-friendly output
Documentation
1
2
3
4
5
6
7
8
pub mod analyzer;
pub mod cache;
pub mod client;
pub mod help;
pub mod html;
pub mod http_display;

pub use client::PageClient;