Skip to main content

mollendorff_ref/
lib.rs

1//! Möllendorff Ref: LLM-optimized reference toolkit
2//!
3//! JSON output for agents, not humans.
4//! Bypasses bot protection via headless Chrome.
5
6pub mod browser;
7pub mod check_links;
8pub mod extract;
9pub mod fetch;
10pub mod init;
11pub mod mcp;
12pub mod pdf;
13pub mod refresh_data;
14pub mod scan;
15pub mod schema;
16pub mod update;
17pub mod verify_refs;
18
19pub use check_links::{check_links, CheckLinksConfig, LinkReport, LinkResult};
20pub use refresh_data::{refresh_data, ExtractedData, RefreshConfig};
21pub use schema::{Meta, Reference, ReferencesFile, Status};