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
mod error;
mod key;
mod store;
mod types;

pub use error::CacheError;
pub use key::normalize_url;
pub use store::{Cache, FileCache};
pub use types::{CacheConfig, CachedFetch, CachedPage};