pageinfo-rs 0.2.2

CLI tool that analyzes web pages and produces structured LLM-friendly output
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod date_kind;
mod error;
pub mod link;
pub mod meta_tag;
mod page_info;
pub mod text;
pub mod url_facts;

pub use meta_tag::MetaVerbosity;
pub use page_info::PageInfo;