headless-engine 1.0.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
8
9
10
11
12
13
14
## Description
Provide a brief summary of your changes.

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update / Examples

## Checklist:
- [ ] My code follows the code style of this project (`cargo fmt`).
- [ ] I have run `cargo clippy --all-targets` with no warnings.
- [ ] I have added tests or verified changes with examples.
- [ ] I have updated the documentation accordingly if applicable.