xcelerate 🚀
A high-performance, lightweight Chrome DevTools Protocol (CDP) client for Rust.
Built for speed and developer experience, xcelerate provides a clean, chained API for browser automation that feels like chromiumoxide but with a minimalist core.
Features
- Zero-Config: Automatic browser detection and launching.
- Fluent API: Chained methods for intuitive automation scripts.
- Async First: Built on
tokioandfutures. - Type-Safe: Full support for
browser-protocolandjs-protocol. - Lightweight: Minimal dependencies, fast compilation.
Quick Start
Add to your Cargo.toml:
[]
= "0.1.0"
Basic Example
use ;
async
Running Examples
Check out the examples/ directory:
License
MIT License - Copyright (c) 2026 Nguyễn Quý Ngọc