xcelerate 0.1.1

A high-performance, lightweight Chrome DevTools Protocol (CDP) client for Rust.
Documentation
1
2
3
4
5
pub mod client;
pub mod handler;

pub use client::CdpClient;
pub use handler::CdpHandler;