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
mod date_kind;
mod error;
mod link;
mod meta_tag;
mod page_info;
mod url_facts;

pub use page_info::PageInfo;