headless-engine 1.1.2

A high-performance, lightweight (<30MB RAM) headless browser engine written in Rust for AI agents, web automation, and LLM data ingestion.
Documentation
1
2
3
4
5
6
7
pub mod endpoints;
pub mod parser;
pub mod types;

pub use endpoints::*;
pub use parser::*;
pub use types::*;