cdp-lite 0.1.0

A lightweight, asynchronous, and low-overhead Rust client for the Chrome DevTools Protocol (CDP).
Documentation
1
2
3
4
5
mod rest_client;
pub mod protocol;
pub mod client;
pub mod error;
pub mod event_filter;