pageinfo-rs 0.2.1

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

pub use client::FetchResult;
pub use client::PageClient;

pub use dom_content_extraction;
pub use wreq;
pub use wreq_util;
pub use wreq_util::Emulation;