headless-engine 1.0.0

Ultra-lightweight (<30MB RAM), detection-free pure-Rust headless browser engine for AI agents, web scraping, and MCP servers.
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.